/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #003399;
	font-size: small; */
	font-weight: normal;
	background-color: #003D90;
	}
	
A {
	color: #02126b;
	text-decoration: underline
}

A:link {
	color: #02126b
}

A:hover {
	color: red
}

.copyright {
	font-size: 9px;
	text-transform: uppercase;
	color: #ccc
}

.navigation2 A {
	FONT-SIZE: 10px; COLOR: #c8b048; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
navigation2 A:link {
	COLOR: #c8b048
}
.navigation2 A:hover {
	COLOR: #f00
}
navigation2 A:visited {
	COLOR: #6c80a0
}

A.admin {
	color: #336699;
	text-decoration: none;
	font-size: xx-small;
}

A.admin:link {
	color: #336699;
	text-decoration: none;
	font-size: xx-small;
}

A.admin:hover {
	color: #c8b048;
	text-decoration: none;
	font-size: xx-small;
}

.green_text {
	color: #006633;
}
