/* text types */

body {
	background-color: #009900;
}
.bodytextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
.headtext1blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: bolder;
	text-transform: uppercase;
}
.qoutegrey {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-weight: bolder;
	text-transform: none;
	font-style: italic;
}
.headtext1green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
	font-weight: bolder;
	text-transform: uppercase;
}
.headtextbiggreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009900;
	font-weight: bolder;
	text-transform: uppercase;
}
.headtext2grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}	
.headtext3blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}	
/* links */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #009900;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #009900;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000099;
	text-decoration: underline;
}
a.special:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}	

/* nav bar area */

#navbar a {
	display: block;
	width: 95px;
	height: 20px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navbar a:active {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #00CC00;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #009900;
	background-color: #009900;
}

#navbar a:link {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #0000FF;
	border-right-color: #000033;
	border-bottom-color: #000066;
	border-left-color: #0000CC;
	background-color: #000099;
}

#navbar a:visited {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #0000FF;
	border-right-color: #000033;
	border-bottom-color: #000066;
	border-left-color: #0000CC;
	background-color: #000099;
}
	
	#navbar a:hover {
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-color: #006600;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #006600;
	background-color: #009900;
}