/* CSS Document */

	body,
	html {
	margin: 10px;
	padding:0;

	color:#000;
	}
	body,td,th {
	font-family: Verdana;
	font-size:11px;
	color: #000;
	}

	
	a:link {
	color: #0F2A8D;
	text-decoration:none;
	}

	a:visited {
	color: #0F2A8D;
	text-decoration: none;
	}
	
	a:hover {
	color: #0F2A8D;
	text-decoration: underline;
	}

	
	a:active {
	color: #0F2A8D;
	text-decoration: underline;
	}

		.dotted {
	background:#fff;
	border-bottom:1px dashed #666666;

	}
	
	.blue {
	font-size:11px;
	color:#0F2A8D;
	}
	
	
	#wrap {
	background:#ffffff;
	margin:0 auto;
	width:800px;
	border:1px solid #666666;

	}

	#headerpage {
	background:#ffffff;
	height: 153px;
	border-bottom: 1px solid #666666;

	}
	
	.bullet {
	list-style-image: url(images/bullet.gif)
	}
	
	#leftpage {

	background:#fff;
	float:left;
	width:162px;
	}
	
	
	#rightpage {
	background:#fff;
	float:right;
	width:597px;
	padding: 20px;
	border-left:1px solid #666666;
				}
				
	#leftcolumn {
	background:#fff;
	float:left;
	width:373px;


				}			
	#rightcolumn {
	background:#fff;
	float:right;
	width:190px;
	padding-left: 15px;
	border-left:1px dashed #666666;

				}
	.footer{
	font-size:9px;
	color:#fff
	}
				
	#footer {
	background:#0F2A8D;
	
	clear:both;
	height:15px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: solid;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-right: 20px;
	padding-left: 20px;
	}
	


    


