/* ID Descriptors */
#MainTable 	{border:10px; left:0%; top:0%; width:100%;}
#ContentTable {border-width: 2px; border-style: ridge; border-color: #005000; width:85%;}

.transWhite {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/whitebg.png');
}
.transWhite[class] {
  background-image:url(/images/whitebg.png);
}

.transBlack {
    color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/blackbg.png');
}
.transBlack[class] {
  background-image:url(/images/blackbg.png);
}

/* Tag Definitions */
BODY {
	margin: 0 0 0 0;
	font-family: georgia,times new roman,garmond,serif;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
P { margin: 0 0 1em 0; }

A:link { text-decoration: none; color: #FF0000 }
A:visited { text-decoration: none; color: #FF0000 }
A:active { text-decoration: none; color: #FF0000 }
A:hover { text-decoration: underline; color: #AA0000 }

.texttitle { font-weight: bold; font-size: 24px; color: #007000 }
.textmain { font-weight: bold; font-size: 14px; color: #000000 }
.textmainhl { font-weight: bold; font-size: 14px; color: #43825D }
.textbig { font-weight: bold; font-size: 18px; color: #000000 }
.textbighl { font-weight: bold; font-size: 18px; color: #005000 }

.navmenu { font-weight: bold; font-size: 14px; position:absolute; width:130px; height:300px; left:0px; top:10px; padding:4px; white-space: nowrap;}

A.linknavmenu:link { text-decoration: none; color: #FFFFFF }
A.linknavmenu:visited { text-decoration: none; color: #FFFFFF }
A.linknavmenu:active { text-decoration: none; color: #FFFFFF }
A.linknavmenu:hover { text-decoration: underline; color: #FFFFFF }
.normalcell { vertical-align : top; text-align : left; position: relative; }

.formrequired {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.formlabel {
	font-size: 12px;
}
.errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF33;
	border: medium solid #000000;
	padding: 10px;
}

.infomessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	border: medium solid #000000;
	padding: 10px;
}

A.infolink { color: #FFFF00; }
A.infolink:active { color: #FFFF00; }
A.infolink:hover { color: #FFFF00; }
A.infolink:visited { color: #FFFF00; }