
body 
{
	font-family: "Trebuchet MS", sans-serif; 
	font-size:9pt; 
	background-color: #ffffff;  
	margin-bottom: 20px;  
	margin-left: 0px;  
	margin-right: 0px;  
	margin-top: 20px;
	}

P, OL, UL, H1, H2, H3							
{
	font-family: "Trebuchet MS", sans-serif; 
	font-size:9pt;
	margin-left: 40px;
	margin-right: 40px;
}
P#header
{
	font-size:16px;
	letter-spacing: 2px;
	color: #003157;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

OL {font-size: 9pt;  margin-left: 66px;  list-style-type: square;}
UL {font-size: 9pt; margin-left: 66px;  list-style-type: square;}
H1 {font-size: 15px;}
H2	{font-size: 13px;}
H3	{font-size: 11px;}

TABLE#mainborder
{
	border-collapse: collapse;
	width: 760px;
}

TD#content 												
{
	background-color: White;
	background: White url(../images/index_b.gif) no-repeat bottom;
}

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.buttonmenu li a{
	color: white;
	display: block;
	padding: 2px 2px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	border: 0px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-color: #4F4F50;
	text-decoration:none;
	}
.buttonmenu li a:visited{
	color: white;
	}
.buttonmenu li a:hover, .buttonmenu li a:active{
	color: black;
	background-color: #CDB4C8;
	}
