BODY,select,td,div,p,input,form, ul, li {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight : normal;	
	font-size: 9pt;
	color:#666666;
}

BODY{
	background-color:#ffffff;
   	scrollbar-arrow-color:#000000;
    scrollbar-face-color:#ffffff;
    scrollbar-shadow-color:#000000;		
	text-align:center;
	margin:20px;
}

h1 
{
	padding:2px;
	color:#004A66; 
	font-size:18px; 
	
	margin:10px 0px 5px 0px; 
	border-bottom:1px solid #004A66;	
	
	font-weight:normal;
	
	text-decoration:none;
	background-color:Transparent;	
}



h2
{
	background-color : #f3f8fb;  
	border-color: #0066a1;
	border-style: solid; 
	border-width: 1px; 	
	padding:7px;	
	margin-bottom:3px;
	font-size:14px;

	-moz-border-radius: 4px;
	-moz-border-top-colors: #0066a1;
	-moz-border-right-colors: #0066a1;
	-moz-border-bottom-colors: #0066a1;
	-moz-border-left-colors: #0066a1;


}

.wrapper
{
	text-align:left;
	
}

ul.contentarea li  {
	color:#000000;
}




hr{
	color:#0066a1;
	height:1px;
}

ul,ol{
	margin:2px 5px 2px 5px;
	padding:0px 0px 0px 20px;
}

li{
	line-height : 130%;
}




a {
	color : #0066a1;
	text-decoration:underline;		
	font-weight:bold;
}


a.title
{
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
}


a:active{
	color : red;
	text-decoration:underline;
}


a.external{
	background: url(../../images/externallink.gif) right center no-repeat;
	padding-right: 15px;
}

a.newwindow{
	background: url(../../images/newwindow.gif) right center no-repeat;
	padding-right: 13px;
}

