/* CSS Document */
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16x;
	font-weight:bold;
	color:#08326D;
	
	}
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}
.btm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#26343C;
	}
A:link{color: #000000; text-decoration: none; font-weight: bold;}
A:visited{color: #000000; text-decoration: none;font-weight: bold;}
A:active{color: #000000; text-decoration: none;font-weight: bold;}
A:hover {color: #136CD9;text-decoration: none; font-weight: bold;}

A.bottom:link{color: #26343C; text-decoration: none; font-weight: bold;}
A.bottom:visited{color: #26343C; text-decoration: none;font-weight: bold;}
A.bottom:active{color: #26343C; text-decoration: none;font-weight: bold;}
A.bottom:hover {color: #354853;text-decoration: none; font-weight: bold;}
