.fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
}
.blackborder {
	background-color: #7EA6D9;
	border: 2px solid #000000;
}
.blackborder_4sides {
	border-top: 2px none #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
}
.pageborder {
	background-color: #FFFFFF;
	border-top: 2px none #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px none #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
table {
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #EEEEEE;
	border: thin solid #333333;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	background-color: #EEEEEE;
	border: thin solid #000000;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #EEEEEE;
	border: thin solid #000000;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #66FFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
.heading {
	background-color: #480000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
}
.info_bgimg {
	background-image: url(images/table_back.gif);
	background-repeat: no-repeat;
}
.vdivider {
	background-image: url(images/v_div.gif);
	background-repeat: repeat-y;
	background-position: 5px 5px;
}
.menuitem {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.menudescription {
	font-size: 12px;
	text-transform: capitalize;
}
.border_left {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
}
.border_right {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #666666;
}
.border_top {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
}
.border_bottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.border_topbottom {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.border_leftright {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #490000;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #490000;
}
.contentcell {
	padding: 5px;
}
.border_all {
	border: 2px solid #333333;
}

