

/***********HYPERLINKS***********/
a.linkBlue:link {color: #0000FF; text-decoration:none}
a.linkBlue:visited {color: #0000FF; text-decoration:none}
a.linkBlue:hover {color: #666666;text-decoration:underline}


a.linkBottom:link {color: #FFFFFF; text-decoration:underline}
a.linkBottom:visited {color: #FFFFFF; text-decoration:underline}
a.linkBottom:hover {color: #666666;text-decoration:underline}
/*********************************************/



/***********BOX BORDER***********/
.graybox{
	border: 3px solid ##82744b;
}

.grayboxChart{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
/*********************************************/




/***********PAGE TEXT***********/
.bodytext{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #82744b;
}

.title {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #82744b;
	text-decoration:underline
}


.title_sub {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #82744b;
	font-weight: bold;
	text-decoration:underline
}

.copyrightText {
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	padding: 15px 0px 0px 0px;
}
/*********************************************/



