/* CSS Document */


.nav {font-weight:bold; font-family:century gothic, verdana; color: black; text-decoration:none;font-size: 15px; }

a:link.nav {font-weight:bold; font-family:century gothic, verdana; color: black; text-decoration:none;font-size: 15px; }

a:visited.nav {font-weight:bold; font-family:century gothic, verdana; color: black; text-decoration:none;font-size: 15px;}

a:hover.nav {font-weight:bold; font-family:century gothic, verdana; color: #404040; text-decoration:underline;font-size: 15px;}



a:link.bottom {font-weight:normal; font-family:verdana; color: white; text-decoration:none;font-size: 10px; }


a:visited.bottom {font-weight:normal; font-family:verdana; color: white; text-decoration:none;font-size: 10px; }

a:hover.bottom {font-weight:normal; font-family:verdana; color: white; text-decoration:underline;font-size: 10px; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1
{
	font-family: Verdana;
	font-size:24px;
	color:darkred;

}
h2
{
	font-family: century gothic;
	font-size:14px;
	color:black;
	font-weight:normal;
}

.awards
{
	font-family: century gothic;
	font-size:14px;
	color:black;
	font-weight:normal;
}

a:link.links
{
font-weight:normal; font-family:verdana; color: black; text-decoration:none;font-size: 10px;
}

a:visited.links
{
font-weight:normal; font-family:verdana; color: black; text-decoration:none;font-size: 10px;
}

a:hover.links
{
font-weight:normal; font-family:verdana; color: #404040; text-decoration:underline;font-size: 10px;
}