.body
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif
}

.body a:link
{
	color: blue;
	text-decoration: none
}

.body a:visited
{
	color: blue;
	text-decoration: none
}

.body a:active
{
	text-decoration: none;
}

.body a:hover
{
	color: red;
	text-decoration: underline
}


.header
{
	color: black;
	font-weight: normal;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	text-decoration: none
}


.headersection
{
	color: red;
	font-weight: bold;
	font-size: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	text-decoration: none
}


.headerbig
{
	color: black;
	font-weight: bold;
	font-size: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	text-decoration: none
}



.headersmall 
{
	color: black;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none
}

.headersmall a:link 
{
	color: blue;
	text-decoration: none
}

.headersmall a:visited  
{
	color: blue;
}

.headersmall a:active  
{
	color: blue;
	text-decoration: none
}

.headersmall a:hover  
{
	color: red;
	text-decoration: underline
}




.small
{
	color: black;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none
}



.legal
{
	color: gray;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none
}



.nav
{
	color: white;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
	text-align: center;
}

.nav a
{
	color: white;
	text-decoration: none;
	
	display: block;
	width: 105px;
}

.nav a:visited
{
	color: white;
	text-decoration: none;
}

.nav a:hover
{
	color: red;
	text-decoration: none;
	background-color: white;
}

.nav a:active
{
	color: grey;
	text-decoration: none;
}

.nav b
{
	font-size: 14px;
}


.nav i
{
	font-size: 14px;
}

.error
{
	color: red;
	font-size: 10pt;
}
