
/* START LINKS ------------------------------------------------ */
A:Active
	{
	color: 				"#CC0000";
	text-decoration:	"none"
	}

A:Link
	{
	color: 				"#0099FF";
	text-decoration:	"none"
	}

A:Visited
	{
	color: 				"#999999";
	text-decoration:	"none"
	}

A:Hover
	{
	color: 				"#000099";
	text-decoration: 	"underline"
	}
/* END LINKS ------------------------------------------------- */

BODY
	{
	background:			"#FFFFFF";
	margin-left:		"0";
	margin-top:			"0";
	margin-width:		"0";
	margin-height:		"0"
	}

.BodyTextBlue
	{
	text-align: 		"justify";
	color: 			"#000066";
	font-family: 		"Verdana, Arial, Helvetica";
	font-size:		"10pt"
	}

.BodyTextBlack
	{
	text-align: 		"left";
	color: 			"#000000";
	font-family: 		"Verdana, Arial, Helvetica";
	font-size:		"10pt"
	}
	
.SmallNav
	{
	text-align: 		"left";
	color: 			"#000000";
	font-family: 		"Verdana, Arial, Helvetica";
	font-size:		"9px"
	}
	
HR 
	{
	color:			"#CCCCCC";
	text-align: 		"center";
	height:			"1px";
	width:			"90%"
	}

.Title
	{
	color: 			"#333333";
	font-family: 	"Tahoma, Arial, Helvetica";
	font-size:		"12pt";
	font-weight:	"bold"
	}

.tblTitle
	{
	color: 			"#000000";
	font-family: 	"Tahoma, Arial, Helvetica";
	font-size:		"12pt";
	font-weight:	"bold";
	background:		"#EDF3F3";
	height:			"29"
	}

.tblField
	{
	text-align: 	"left";
	color: 			"#000000";
	font-family: 	"Tahoma, Verdana, Arial, Helvetica";
	font-size:		"9pt";
	background:		"#EDF3F3";
	width:			"124";
	font-weight:	"bold";
	vertical-align:	"top"
	}
	
.tblData
	{
	text-align: 	"left";
	color: 			"#005500";
	font-family: 	"Tahoma, Verdana, Arial, Helvetica";
	font-size:		"9pt";
	font-weight:	"bold";
	background:		"#DDF3D3";
	width:			"282";
	vertical-align:	"top"
	}
	

.scroll
{
  SCROLLBAR-FACE-COLOR: #EDEDED;
  SCROLLBAR-HIGHLIGHT-COLOR: #EDEDED;
  SCROLLBAR-SHADOW-COLOR: #EDEDED;
  SCROLLBAR-3DLIGHT-COLOR: #EDEDED;
  SCROLLBAR-ARROW-COLOR: #006600;
  SCROLLBAR-TRACK-COLOR: #EDEDED;
  SCROLLBAR-DARKSHADOW-COLOR: #EDEDED;
  SCROLLBAR-BASE-COLOR: #EDEDED;
}