#navigation
{
		position: absolute; 
		left: 0px;
		top: 30px; 
		width: 100%; 
		height: 900px; 
		z-index: 50;
}

.largetext
{
	 font-size : 24px;
	 font-weight : bold;
	 text-decoration : none;
	 color : #FFFFFF;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}

.mediumtext
{
	 font-size : 18px;
	 font-weight : bold;
	 text-decoration : none;
	 color : #FFFFFF;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}

.defaulttext
{
	 font-size : 11px;
	 font-weight : none;
	 text-decoration : none;
	 color : #000000;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}

.headertext
{
	 font-size : 13px;
	 font-weight : none;
	 text-decoration : none;
	 color : #78E5F9;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}

.boldtext
{
	 font-size : 14px;
	 font-weight : bold;
	 text-decoration : none;
	 color : #000000;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}

.smalltext
{
	 font-size : 9px;
	 font-weight : none;
	 text-decoration : none;
	 color : #000000;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}


.formTextbox 
{
	border: #333333;
	border-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}


.h1{
	 font-size : 18px;
	 font-weight : 400;
	 text-decoration : none;
	 color : #000000; 
	 font-family : Verdana, Arial, Helvetica, sans-serif;}
	 
.h2{
	 font-size : 14px;
	 font-weight : 300;
	 text-decoration : none;
	 color : #000000; 
	 font-family : Verdana, Arial, Helvetica, sans-serif;}	 
	 
.smallfont{
	 font-size : 8px;
	 text-decoration : none;
	 color : #000000; 
	 font-family : Verdana, Arial, Helvetica, sans-serif;}
	 	 
.formExtra {  
	border: #333333; 
	border-style: double; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #820b28; 
	background-color: #fff0f0;}






a.nav:link {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #004ae2;
    font-family : Verdana, Arial, Helvetica, sans-serif;}

a.nav:visited {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #004ae2;
	font-family : Verdana, Arial, Helvetica, sans-serif;}
a.nav:active {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #004ae2;
	font-family : Verdana, Arial, Helvetica, sans-serif;}
a.nav:hover {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #524efa;
	font-family : Verdana, Arial, Helvetica, sans-serif;}
