/* HYPERLINK STYLES */
a, a:link, .a:active, .a:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0033FF;
	line-height: 15px;
	text-decoration: underline;
}

/* BODY STYLES */

body, .body, .body:link, .body:active, .body:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #64676A;
	line-height: 15px;
	text-decoration: none;
}

.body:link, .body:active, .body:visited, .body:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #64676A;
	line-height: 15px;
	text-decoration: none;
}

.body:hover
{
	text-decoration: underline;
}

.bodybold, .bodybold:link, .bodybold:active, .bodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #64676A;
	line-height: 15px;
	text-decoration: none;
}

.bodybold:link, .bodybold:active, .bodybold:visited, .bodybold:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #64676A;
	line-height: 15px;
	text-decoration: underline;
}

.darkbodybold, .darkbodybold:link, .darkbodybold:active, .darkbodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	line-height: 15px;
	text-decoration: none;
}

.darkbodybold:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5FBA00;
	line-height: 15px;
	text-decoration: underline;
}

.bluebodybold, .bluebodybold:link, .bluebodybold:active, .bluebodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D83DD;
	line-height: 15px;
	text-decoration: none;
}

.bluebodybold:hover
{
	text-decoration: underline;
}

.hugegreenbodybold, .hugegreenbodybold:link, .hugegreenbodybold:active, .hugegreenbodybold:visited, .hugegreenbodybold:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5FBA00;
	line-height: 15px;
	text-decoration: none;
}

.hugebodybold, .hugebodybold:link, .hugebodybold:active, .hugebodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #64676A;
	line-height: 15px;
	text-decoration: none;
}

.greenbodybold, .greenbodybold:link, .greenbodybold:active, .greenbodybold:visited, .greenbodybold:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5FBA00;
	line-height: 15px;
	text-decoration: none;
}

.redbody
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	line-height: 15px;
	text-decoration: none;
}


/* TOPNAV STYLES */

.nav, .nav:link, .nav:active, .nav:visited
{ 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size:11px; 
	color:#FFFFFF;
	line-height: 15px; 
	text-decoration:none;
}

.nav:hover
{
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size:11px; 
	color:#ADDBFF;
	line-height: 15px; 
	text-decoration:none;
}

.navon, .navon:link, .navon:active, .navon:visited, .navon:hover
{ 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size:11px; 
	color:#FFFFFF;
	line-height: 15px; 
	text-decoration:none;
}

/* FOOTER STYLES */

.footer
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #676767;
	line-height: 15px;
	text-decoration: none;
}

.footer:link, .footer:active, .footer:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D83DD;
	line-height: 15px;
	text-decoration: underline;
}

/* FORM STYLES */

.input
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4A4B4F;
	line-height: 12px;
	text-decoration: none;
}

/* MISCELLANEOUS STYLES */

.logintext
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}

.logintext:link, .logintext:active, .logintext:visited, .logintext:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0033CC;
	line-height: 15px;
	text-decoration: underline;
}