body { 
	background: #656565;
	color: #D5D2D6;
}

a {
	color:#CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #99FFFF;
	text-decoration: underline;
}

P,UL {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #D5D2D6;
}
P.section_head{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}
P.section_heading {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #D5D2D6;
}
P.table_heading {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #D5D2D6;
}
P.footnote {
	font-size : 9px;
	font-family : Verdana, Arial;
	font-weight : normal;
	font-style : normal;
	color : #D5D2D6;
}
A.whitemenu {
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	line-height : 22px;
	color : #FFFFFF;
}
A:hover.whitemenu {
	color : #AEDAFF;
}
A.software {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
}
TEXTAREA {
	background-color : #EFEFEF;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
}
INPUT {
	background-color : #FFFFFF;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
}
input.field {
	border: inset #ffffff; 
	background-color: #CCC; 
	font-size: 1.4em; 
	color: #000000; 
	border-width:2px; 
	text-align : left;
}
INPUT.noborder {
	border-width : 0px;
	border-style : none;
}
TABLE.indent {
	border-width : 1px;
	border-style : groove;
	background-color : #EFEFEF;
}
table { 
	background: #545454;
}

.smallerror {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #FFFF00;
}
.error {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color: #FFFF00;
}
.notice {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #FFFF00;
}
.outlined {
	border-width : 1px;
	border-style : solid;
}
.trackernote {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #AFAFAF;
}
.highlight {
	color : #CF0000;
	font-weight : bold;
}
#dhtmltooltip {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	position: absolute;
	left: -300px;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	color:#000000;
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}