/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #EAEAFF;
}

a:link {
	color: #020167;
	text-decoration: underline;
	
}
a:visited {
	color: #020167;
	text-decoration: underline;
	
}
a:hover {
	color: #6595C5;
	text-decoration: underline;
	
}
a:active {
	color: #020167;
	text-decoration: underline;
	
}

.nav A:link {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;		
}
.nav A:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}

.nav A:hover {
	color: #FDFF6E;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	
}
.nav A:active {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
			
}

.other A:link {
	color: #020167;
	text-decoration: none;
	font-size: 12px;
line-height: 25px;		
}
.other A:visited {
	color: #020167;
	text-decoration: none;
	font-size: 12px;
line-height: 25px;
	}

.other A:hover {
	color: #6595C5;
	text-decoration: none;
	font-size: 12px;
line-height: 25px;
	
}
.other A:active {
	color: #020167;
	text-decoration: none;
	font-size: 12px;
line-height: 25px;
			
}

tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
	
}
.bigger {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.space {
	line-height: 16px;	
}
}

.heading {
	color: #020167;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.small {
	font-size: 9px;
	font-style: italic;
}