body, td, span, div
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: normal;
}
a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #448DD3;
	font-weight: bold;
}
td.darkline { background-color: #A9A9A9; }
td.border { border: solid 2px #DEDEDE; }
.background1 { background-color: #dedede; }
.smalltitle
{
	color: Black;
	font-weight:bold;
	font-size: 8pt;
}
.smallbluetitle
{
	color: #448DD3;
	font-weight:bold;
	font-size: 8pt;
}
.mediumtitle
{
	color: Black;
	font-weight:bold;
	font-size: 11pt;
}
.errortext
{
	color: Red;
	font-weight:bold;
	font-size: 8pt;
}
.infotext1
{
	color: Gray;
	font-weight: normal;
	font-size: 7pt;
}

/*** Link Button Styles ***/
a.linkbuttongreen
{
	padding: 3px 3px 3px 3px;
	font-size: 8pt;
	font-family: tahoma;
	display: block;
	color: #7AA137;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #818181;
}
a.linkbuttongreen:visited {color: #7AA137; }
a.linkbuttongreen:hover {	color: #fff;	background: #7AA137; text-decoration: none; }

a.linkbuttonred
{
	padding: 3px 3px 3px 3px;
	font-size: 8pt;
	font-family: tahoma;
	display: block;
	color: #C94747;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #818181;
}
a.linkbuttonred:visited {color: #C94747; }
a.linkbuttonred:hover {	color: #fff;	background: #C94747; text-decoration: none; }
/*************************************/