/*-------------------------------- GLOBAL ----------------------------------*/

BODY {
	background-image:  url(general.css);
	background-repeat: repeat;
	background-color: #CCCCCC;
}
TD {
	font-family: verdana, arial, helvetica;
}

ul
{
	list-style: bullit;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/*-------------------------------- LINKS ----------------------------------*/

A 
{
	line-height: 15px;
	font-size: 10px;
	color: #BB3F3C;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
}
A:link
{
	color: #BB3F3C; 
	text-decoration: none;
}
A:visited
{
	color: #BB3F3C;
	text-decoration: none;
}
A:hover
{
	color: #BB3F3C; 
	text-decoration: underline;
}
A:active
{
	color: #BB3F3C;
	text-decoration: none;
}

.biglink
{ 
	font-size: 11px;  
	color: #BB3F3C;
}
a.biglink:link
{
	color: #BB3F3C; 
	text-decoration: none;
}
a.biglink:visited
{
	color: #BB3F3C; 
	text-decoration: none;
}
a.biglink:hover
{
	color: #BB3F3C; 
	text-decoration: underline;
}
a.biglink:active
{
	color: #BB3F3C; 
	text-decoration: none;
}
.secondaryNav
{ 
	font-size: 10px;  
	color: #BB3F3C;
}
a.secondaryNav:link
{
	color: #BB3F3C; 
	text-decoration: none;
}
a.secondaryNav:visited
{
	color: #BB3F3C; 
	text-decoration: none;
}
a.secondaryNav:hover
{
	color: #778111; 
	text-decoration: underline;
}
a.secondaryNav:active
{
	color: #2E5035; 
	text-decoration: none;
}
.secondaryNavSelected
{ 
	font-size: 10px;
	font-weight: bold; 
	color: #2E5035;
}
.footer
{	
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #505050; 
	font-family: verdana, arial, helvetica;
	padding-right: 7px;
	padding-left: 7px;
}
a.footer:link
{
	color: #BB3F3C;
	text-decoration: none;
}
a.footer:visited
{
	color: #BB3F3C;
	text-decoration: none;
}
a.footer:hover
{
	color: #BB3F3C;
	text-decoration: underline;
}
a.footer:active
{
	color: #BB3F3C;
	text-decoration: none;
}

/*-------------------------------- TEXT ----------------------------------*/

.header {
	line-height: 15px;
	font-size: 16px;
	color: #2E5035;
	font-weight: bold;
}
.subheader {
	font-size: 12px;
	color: #2E5035;
	font-weight: bold;
}
.moduleheader {
	font-size: 11px;
	color: #2E5035;
	font-weight: bold;
}
.textheader {
	line-height: 15px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.text
{
	line-height: 15px;
	font-size: 10px;  
	color: #505050; 
	font-weight: normal;
}

.bigtext
{
	line-height: 15px;
	font-size: 11px;  
	color: #505050; 
	font-weight: normal;
}
.news
{  
	color: #78899B;
	font-weight: bold; 
}
.date {
	line-height: 15px;
	font-size: 10px;
	color: #438C9F;
}
.footerstats {
	line-height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}

/*------------------------------ TABLES ----------------------------------*/


.white
{
	background-color: #FFFFFF;
}

.content
{
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.tanModule
{
	background-color: #F6F5F1;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.greenModule
{
	background-color: #EDF0D5;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.leftShadow
{
	background-image:  url(../newsite/images/shadow_left.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
}
.rightShadow
{
	background-image:  url(../newsite/images/shadow_right.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
}
.footerTable
{
	font-size: 11px;
	line-height: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 21px;
	padding-right: 21px;
	text-align: left;
}
.pulldown
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}
.radio
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #505050;
	text-align: center;
	background-color: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: none;
}
.noneditField
{
	border: 1px solid;
	border-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	background-color: #F4F3EE;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	float: none;
	width: 200px;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2px;
	float: none;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-right: 5px;
	float: none;
}
