/***********************************************/
/* Page
/***********************************************/

body{ 
	margin-top: 0px;
 	margin-right: 0px;
 	margin-bottom: 0px;
 	margin-left: 0px;
 	padding: 0px;
	text-align: center;
	background-color: #ffffff;

 	font-size: 11px;
 	line-height: 15px;
 	font-family : Verdana, Arial, Helvetica, Sans-Serif;
 	font-weight : normal;
 	font-style : normal;
 	text-decoration: none;
	color: #000000;
}

p, ul, li	{	
	margin: 0px;
	padding: 0px;
}


.text, td	{ color: #000000; font-size: 11px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight : normal; font-style : normal; text-decoration: none; }


/***********************************************/
/* Navigation
/***********************************************/

a:link		{ color: #b48232;  font-size: 11px; line-height: 15px; font-family : Verdana, Arial, Helvetica, Sans-Serif; font-weight : normal; text-decoration : none;}
a:visited	{ color: #b48232;  font-size: 11px; line-height: 15px; font-family : Verdana, Arial, Helvetica, Sans-Serif; font-weight : normal; text-decoration : none;}
a:active	{ color: #b48232;  font-size: 11px; line-height: 15px; font-family : Verdana, Arial, Helvetica, Sans-Serif; font-weight : normal; text-decoration : none;}
a:hover		{ color: #b48232;  font-size: 11px; line-height: 15px; font-family : Verdana, Arial, Helvetica, Sans-Serif; font-weight : normal; text-decoration : underline;}
