body {
	background-color: #CDE1FF;
	background-image: url(topmenubg4.jpg);
	background-repeat:repeat-x;
	behavior:url("csshover.htc");
}
.topmenustyle {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-right: 5px;
	border: thin none #FFFFFF;
	height: 1px;
	width: 1px;
}
.topmenustyle a:link { color: #FFFFFF; font-weight: bold; text-decoration: none}  /* for unvisited links */
.topmenustyle a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none} /* for visited links */
.topmenustyle a:active { color: #FF0000; font-weight: bold; text-decoration: none } /* when link is clicked */
.topmenustyle a:hover { color: #CDE1FF; font-weight: bold; text-decoration: none } /* when mouse is over link */

.tabheadstyle {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	border: thin none #FFFFFF;
	height: 1px;
	width: 1px;
}
.tabheadstyle a:link { color: #FFFFFF; font-weight: bold; text-decoration: none}  /* for unvisited links */
.tabheadstyle a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none} /* for visited links */
.tabheadstyle a:active { color: #FF0000; font-weight: bold; text-decoration: none } /* when link is clicked */
.tabheadstyle a:hover { color: #00EAFF; font-weight: bold; text-decoration: none } /* when mouse is over link */


.selectedmenustyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFC00;
	font-variant: small-caps;
	border: thin none #FFFFFF;
	height: 1px;
	width: 1px;
}

.fieldfont {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	margin-left: 5px;
	margin-right: 2px;
}
.fieldfont a:link { color: #0000FF; text-decoration: none}  /* for unvisited links */
.fieldfont a:visited { color: #0000FF; text-decoration: none} /* for visited links */
.fieldfont a:active { color: #00FF00; text-decoration: none } /* when link is clicked */
.fieldfont a:hover { color: #00FF00; text-decoration: none } /* when mouse is over link */

.fieldfont2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	margin-left: 5px;
	margin-right: 2px;
}

.errorstyle {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.fieldfont3 {
	color: #0000FF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	margin-left: 5px;
	margin-right: 2px;
	background-color: #F1F7FF;
}
.headfont {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	margin-left: 5px;
	margin-right: 2px;
}

tr.listbg {
	background-color: #F1F7FF;
}

tr.listbg:hover {
	background-color: #DEC6FF;
}

tr.listbg2 {
	background-color: #E1EEFF;
}

tr.listbg2:hover {
	background-color: #D9BDFF;
}

tr.listbg3 {
	background-color: #ffffff;
}

tr.listbg3:hover {
	background-color: #D9BDFF;
}

tr.listbg4 {
	background-color: #b3d4ff;
}

tr.listbg4:hover {
	background-color: #D9BDFF;
}
tr.listbgsel {
	background-color: #F8C5F4;
}

tr.listbgsel:hover {
	background-color: #EE9EF8;
}

tr.listbgsel2 {
	background-color: #F8ACF2;
}

tr.listbgsel2:hover {
	background-color: #EC84F8;
}

tr.listbgerr {
	background-color: #FFE5E5;
}

tr.listbgerr:hover {
	background-color: #FF9D76;
}