body {
	font-family: Tahoma;
	font-size: 13px;

}


a:link {
	font-size: 13px;
	color: #1958B7;
	text-decoration: none;
	font-family: Tahoma;	
	}
	
a:visited {
	font-size: 13px;
	color: #1958B7;
	text-decoration: none;	
	font-family: Tahoma;
}
	
a:hover {
	font-size: 13px;
	color: #ff0000;
	/*text-decoration: underline;*/
	font-family: Tahoma;	
}

a:active {
	font-size: 13px;
	color: #	2175BC;
	font-family: Tahoma;	

}

#maincontainer{
	width: 765px;
	height: 100%;
	margin: 0 auto;
	border-top: solid 1px #9fb0c4;
	border-left: solid 1px #9fb0c4;	
	border-right: solid 1px #9fb0c4;		
	border-bottom: solid 1px #9fb0c4;
	background-color: #fbfbfc;				



}