body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #000000;
	font-weight:bold;
	margin-top:5px;
	font-size : 22px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
h2 {
	color: #000000;
	font-weight:bold;
	margin-top:2px;
	font-size : 16px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h3 {
	font-size : 14px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
	color: #000000;
} 

A:LINK { 
	text-decoration: underline;
	color: #00B5EF} 
A:HOVER {
	text-decoration: underline;
	color: #CC6600;
} 
A:ACTIVE {
	text-decoration: underline;
	color: #00B5EF
} 
A:VISITED {
	text-decoration: underline;
	color: #00B5EF
}
/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 1.2em;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #00B5EF;
	text-decoration: underline;
}
A.bodytext:HOVER { 
	color : #CC6600;
	text-decoration: underline;
}

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

/* ------------------- NEWS BOX ------------------- */

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 1.1em;
}
A.news:LINK , A.news:VISITED , A.news:ACTIVE { 
	color : #49572A;
	text-decoration: underline;
}
A.news:HOVER { 
	color : #CC9933;
	text-decoration: underline;
}



/* ------------------- more general text styles ------------------- */

.white {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-seriff;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #224500;
	text-decoration: underline;
}

A.white:HOVER {
	color : #CCFF99;
	text-decoration: underline;
}



.footer {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration: none;
	color : #333333;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #6A6B3A;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #FFFFFF;
	text-decoration: underline;
}

#tdBoxBrdr {
	padding: 0px;
	border: 1px solid #999999;
}
