@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#000000;
	background:url('/elements/background.gif') 0 0 no-repeat; 	
	background-position: top;
	font-size:12px; 
	}
div, h1, h2, h3, h4, p, li, form, table, img, span{
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px transparent none;
	vertical-align:top; 
	text-align:left;	
	}
	 
table { font-size:12px;}
a, a:visited{ color:#2F5596; text-decoration:none; font-weight: bold;  }
a:active, a:hover{ text-decoration:underline;  }
ul{ margin:0; padding:5px 0 10px 25px; }
li{font-size:11px;}
h4{ font-size:14px;  font-weight:bold; line-height:1.4em;  }
h3 { font-size:15px; color:#5E84B5; margin-bottom:8px; }
h2 { font-size:20px; color:#436B9F; margin-bottom:10px ; }
h1 { font-size:20px; color:#234E87; margin-bottom:12px; }
p{ margin-bottom:9px; font-size:12px; color:#333;   }


#container { 
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	}
