/* CSS Document */

/*All Body - Body Fonts/Links*/
.bodyfont {
	font-size: 12px;
	font-family: verdana;
	color: #333333;
	font-weight: normal;
	text-align: justify;

}
.bodyfont A:link {
	COLOR: #009900;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.bodyfont A:visited {
	COLOR: #009900;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.bodyfont A:active {
	COLOR: #009900;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.bodyfont A:hover {
	COLOR: #00CC00;
	TEXT-DECORATION: underline;
	font-weight: bolder;
}
}
/* Navigation Menu Settings */
.nav A:link { COLOR: #666666; TEXT-DECORATION: none }
.nav A:visited { COLOR: #666666; TEXT-DECORATION: none }
.nav A:active { COLOR: #666666; TEXT-DECORATION: none }
.nav A:hover { COLOR: #000000; TEXT-DECORATION: underline }
.nav {
	font-size: 10px;
	font-family: verdana;
	color: #666666;
	font-weight: bold;
	height: 20px;
}
