BODY {
	background : white;
	/*
	background-position : center 10px;
	background-repeat : no-repeat;
	margin-top: 100px;
	background-attachment: fixed;
	font-family: arial;
	font-size: 8pt;
	color: #000080;
	
	*/
}
.text {
	color: blue;
	font-family: verdana;
	font-size: 10pt;
}


.astrx { color: #ff0000; }
.formlabel {
	font-size: 10pt;
	color: blue;
}
.formlabelb { font-size: 12pt; color: blue; }

.moduleheadercolor { background-color: #9C9A9C; }
.moduleheadercopyb { font-size: 12px; color: #ffffff; font-weight: bold;}
.moduleheadercopy { font-size: 12px; color: #ffffff;}
.error { font-size: 10px; color: #ff0000; font-weight: bold;}
.info { font-size: 10px; color: Teal; font-weight: bold;}

TD.label {
	color: Teal;
	font-size: 12px;
	font-weight: bold;
	height: 35px;
}

TD.label2 {
	color: Teal;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
}

TD.small {
	color: blue;
	font-size: 8pt;
	font-weight: normal;
}

TD.normal {
	color: blue; font-family: arial;
	font-size: 10pt;
	font-weight: normal;
}

TD.color1 {
	color: blue;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	background-color : #E0FFFF;
}

TD.color2 {
	color: blue;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	background-color : #EEE8AA;
}

.color1 {
	color: blue;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	background-color : #E0FFFF;
	height: 25px;
}

.color2 {
	color: blue;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	background-color : #FFFFFF;
	height: 25px;
}

TD.normal {
	color: blue; font-family: arial;
	font-size: 10pt;
	font-weight: normal;
}

TD.bold {
	color: blue; font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

TD.rbold {
	color: red; font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

TD.error {color: red; font-size: 10pt}
#blue {
	color: Blue;
}
#bold {color: Teal; font-family: arial;	font-size: 10pt; font-weight: bold}
#rbold {color: red; font-family: arial;	font-size: 10pt; font-weight: bold;}
#errorText {color: red; font-size: 10pt;}
#pagehead {color: blue; font-weight: bold; font-size: 12pt;}

.normal {
	font-family: arial;
	font-style: normal;
	color: blue;
	font-weight : normal;
	font-size : 10pt;
}

.theader {
	color:white;
	background-color: blue;
	font-weight : bold;
	font-size : 25pt;
	font-family : cursive;
	font-style : italic;
	font-variant : normal;
}
.tdHeader	{
	font-family : "Verdana,Geneva,Arial,Helvetica,sans-serif";
	font-size : 10pt;
	color : Teal;
	font-weight : bold;
}

.tdHeaderWhite	{
	font-family : "Verdana,Geneva,Arial,Helvetica,sans-serif";
	font-size : 10pt;
	color : White;
	font-weight : bold;
	background-color: Teal;
}

.coolButtons {
		background-color: Teal;
		border-style:outset;
		border-width:2px;
		font-family: "Verdana,Geneva,Arial,Helvetica,sans-serif";
		font-weight:bold;		
		font-size : 9pt;
		color: white;
		padding: 5 10 5 10;
		text-align : center;
}

A:link {color: blue;text-decoration: underline;font-size: 10pt;
}
A:active {color: blue;text-decoration: underline;font-size: 10pt;
}
A:visited {color: blue;text-decoration: underline;font-size: 10pt;
}
A:hover {color:red;text-decoration: underline; font-size: 10pt;}

A.leftnav:link {
	color: white; text-decoration: underline;font-size: 10pt;font-weight: normal;
}
A.leftnav:visited {
	color: white; text-decoration:underline;font-size: 10pt;font-weight: normal;
}
A.leftnav:hover {
	color: yellow; text-decoration: underline; none;font-size: 11pt;font-weight: normal;
}

h3{
	color: navy;
}

.header {
	font-family: arial;
	font-size: 20pt;
	font-weight: 900;
	color: Teal;
}


.blueborder {
	border : groove blue;
	font-size: 11pt;
}

.inputText{
	border: thin groove;
	font-family: arial;
	font-size: 12px
}

.thinborder{
	border: thin groove black;
}

.fontStyle{
	font-size: 12pt
}

.detailStyle{
	color: #000080;
}