/* CSS Document */

a {
	color:#1522A2;
	font-size:16px;
	text-decoration:none;
	font-weight:600;
	font-family: arial, helvetica, sans-serif;
	}
a:link {color:#1522A2;}
a:visited {color:#333333;}
a:hover {background-color:#eee;}

a.blue {
	color:#0000CC;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family: arial, helvetica, sans-serif;
	}
a.blue:link {color:#333333;}
a.blue:visited {color:#0066CC;}
a.blue:hover {background-color:#ffffff;}

a.bluesmall {
	color:#0000CC;
	font-size:10px;
	text-decoration:none;
	font-weight:600;
	font-family: arial, helvetica, sans-serif;
	}
a.bluesmall:link {color:#333333;}
a.bluesmall:visited {color:#0066CC;}
a.bluesmall:hover {background-color:#ffffff;}

.menu {font-family: Arial, sans-serif;
	color: #0066CC;
	font-size: 10px;
	font-weight: 400;}
	
.head2 {font-family: Arial, sans-serif;
	color: #5266BA;
	font-size: 14px;
	font-weight: 400;}

.normal {font-family: Arial, sans-serif;
	color: #5266BA;
	font-size: 14px;
	font-weight: 400;}
	
.boldblack {font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: 600;}