body { 
	font-family:Georgia,Trebuchet MS,Arial,Helvetica,sans-serif; 
	background-image:url('images/topbg.gif'); background-repeat:repeat-x;
	font-size:12px; 
	color:#000000;
	background-color:white;

	scrollbar-face-color:white;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
	
}

a:link { color:#9E0B0E; text-decoration:none; }
a:visited { color:#9E0B0E; text-decoration:none; }
a:active { color:#9E0B0E; text-decoration:none; }

a:link:hover {
	color:#DE8800;
	text-decoration:none;
}

.mainhead {
	font-family:Georgia,Trebuchet MS,Arial,Helvetica,sans-serif; 
	font-size:26px; 
	color:#000000;
	background-color:white;
}

.formelement {
	font-size: 12px;
	font-family:Georgia,Trebuchet MS, Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
}

.logo3dhtml {
}

td { 
	font-family:Georgia,Trebuchet MS,Arial,Helvetica,sans-serif; 
	font-size:12px; 
	color:black;
}


.menuitem1 {
	font-size:14px;
	color:#9E0B0E;
	font-weight:normal;
}

.menuitem2 {
	font-size:12px;
	color:#9E0B0E;
	font-weight:normal;
	padding-left:10px;
}

.headline0 {
	font-size:20px;
	color:#660000;
	font-weight:bold;
}

.headline1 {
	font-size:14px;
	color:#660000;
	font-weight:bold;
	line-height:20px;
}

.headline2 {
	font-size:12px;
	color:#330000;
	font-weight:bold;
	line-height:26px;
}

.subline {
	font-size:10px;
}


ul {
	list-style-image:url('images/listbullet.gif');
	list-style-position:outside;
}



code {
	color:#520607;
	font-size:12px;
}
pre {
	color:#520607;
	font-size:12px;
	padding-left:20px;
}

/*
ColorCoding
*/
.symbol {
	color:#A02020;
}
.comment {
	color:#444444;
	font-family:Georgia;
	font-style:italic;
}
.doccomment {
	color:#444444;
}
.string {
	color:#6C8000;
}
/*330000*/
.reservedword, .predefinedtype, .libraryfunction {
	color:#660000;
	font-weight:bold;
}
.functionheader {
	color:#660000;
	font-weight:bold;
}
.functionheadername {
	color:#A02020;
	font-weight:bold;
}
.functionheaderargs {
	color:#A02020;
	font-weight:normal;
}
.braces {
	color:#A02020;
}

.escstring {
	color:#00ff00;
}
.character {
	color:#00ff00;
}
.esccharacter {
	color:#00ff00;
}
.numeric {
	color:#DE8800;
}
.identifier {
	color:#520607;
}
.predefinedidentifier {
	color:#520607;
}
.type {
	color:#00ff00;
}
.include {
	color:#00ff00;
}
.preprocessor {
	color:#00ff00;
}
.regex {
	color:#00ff00;
}
.text {
	color:#00ff00;
}