/* CSS Document */

p {
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 11px;
color: #000000;
line-height: 125%;
}


h1 {
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 16px;
color: #003366;
font-style: bold
}

h2 {
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 14px;
color: #003366;
font-style: bold
}

h3 {
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 12px;
color: #003366;
font-style: bold
}

a {
	color: #003366;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;

}
a:hover {
	text-decoration: none;
	background-color: #3399FF;
}
a:active {
	text-decoration: none;

}

.menu {
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 10px;
color: #3366CC;
}

.menu a:link {
color: #3366CC;
text-decoration: none;
}

.menu a:visited {
color: #999999;
text-decoration: none;
}

.menu a:hover {
color: #99CCFF;
text-decoration: none;
}

.menu a:active {
color: #99CCFF;
text-decoration: none;
}

.whitetext {
color: #FFFFFF;
}

.bluetext {
color: #003366;
}

.redtext {
color: #FF0000;
}

.rule {
color: #669999;
}

.copyright {
font-family: Verdana, sans-serif;
font-size: 9px;
color: #999999;
}
