.notbold {font-weight: normal;}
.bold {font-weight: bold;}
.bodysm {font-size: small; font-weight: normal;}
.bodyxsm {font-size: x-small; font-weight: normal;}
.bodyxxsm {font-size:xx-small; font-weight:normal;}

H1 {font-size: medium; color: #4B0082; font-weight: bold;}
H2 {font-size: small; color: #4B0082; font-weight: bold;}
H3 {font-size: x-small; font-weight: bold; color: #4B0082;}
BODY {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : xx-small;}

.upnav:link {color: #FFFFFF;	background-color: transparent; font-weight: bold;}
.upnav:visited {color: #FFFFFF; background-color: transparent; font-weight: bold;}
.upnav:active {
	color: #FF9900;
	background-color: transparent;
	font-weight: bold;
}
.upnav:hover {
	color: #FF9900;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.sitenav:link {color: #333399; background-color:transparent;}
.sitenav:visited {color: #333399; background-color:transparent;}
.sitenav:active {
	color: #CC3333;
	background-color:transparent;
}
.sitenav:hover {
	color: #CC3333;
	background-color:transparent;
	text-decoration:none;
}

.upnavcurpage{
	background-color: transparent;
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}
.infomessage {font-size: x-small; font-weight: bold; color: #4B0082;}
.commentfield{
	white-space : normal;
	width : 700px;
}

TABLE.DATAENTRY_FORM{background-color: #FFFFCC; border: 1px solid #FF9900; font-size: x-small;}
TABLE.COMMENT_FORM{
	background-color: #F4F4F4;
	border: 1px solid #000066;
	font-size: x-small;
}

TD.HEADER_1
{	background-color: Black;
	background-image: url(images/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: White;
	font-size: x-small;
	height: 75px;
	text-align: left;
	vertical-align: top;
}
TD.HEADER_2{
	background: Black;
	color: White;
	font-size: small;
	vertical-align: middle;
}
TD.MAIN{
	background: White;
	font-size: small;
	height: 350px;
}
TD.FOOTER{
	background: Black;
	font-size: xx-small;
	color: White;
	vertical-align: middle;
}

.FIELD{ border: 1px solid Navy; }
.FOCUSED{
	border: 1px solid Navy;
	background: #FFFF66;
}
.NORMAL{ border: 1px solid Navy; background: White; }
.DISABLED{
	border: 1px solid Navy;
	background: #DFDFDF;
}

.TBL {background-color: #FFFFCC; font-size: x-small;}

.TBL_HEADER{
	background-color: Navy;
	color: White;
	font-weight: bold;
	font-size: x-small;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	text-transform : capitalize;
	vertical-align : middle;
}

.TBL_DATA{background-color: #FAFAD2; font-size: x-small;}

.ERROR{color: Red; font-weight: bold;}
.FIELDLABEL{font-size: x-small; font-weight: bold;}

.TIP_LABEL{color: Red; font-size: small; font-weight: bold; }
.TIP_TEXT{color: Navy; font-size: small; font-weight: normal; }

a:link {color:#333399; background-color:transparent;}
a:visited {color:#333366; background-color:transparent;}
a:active {color:#6666FF; background-color:transparent;}
a:hover {color:#6666FF; background-color:transparent; text-decoration:none;}
