body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color:#FF6600;
	background-attachment: fixed;
	scrollbar-base-color:#FF6600;
	scrollbar-track-color:#FF6600;
	scrollbar-highlight-color:#FF6600;
	scrollbar-dark-shadow-color:#C0C0C0;
	scrollbar-shadow-color:#FF6600;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
}

.bodyblack {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color:#000000;
	scrollbar-base-color:#FF6600;
}

.bodytrans {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color:#2a2a2a;
	scrollbar-base-color:#FF6600;
}
p,h2,h3,h4,h5,li,ol,ul {
	font-family:Verdana,Georgia,Arial,sans-serif;
	color:#000000;
	font-size:9pt;
	font-weight:normal;
}
h1 {
	font-family:URWWoodTypD,Georgia,Verdana,Arial,sans-serif;
	color:#000000;
	font-size:20pt;
	font-weight:bold;
}
h2 {
	font-size:14pt;
}
h3 {
	font-size:12pt;
}
h4 {
	font-size:10pt;
	font-weight:bold;
}
h5 {
	font-size:8pt;
}
h6 {
	font-family:Tahoma,Verdana,Georgia,Arial,sans-serif;
	font-size:7pt;
	font-weight:normal;
}

a:link {
	color:#FFFFFF;
	decoration:none;
}
a:visited {
	color:#FFFFFF;
	decoration:none;
}
a:active {
	color:#C0C0C0;
	decoration:none;
}
a:hover {
	color:#808080;
	text-decoration: none;
}
a:focus {
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:#FF6600;
	background-color:#000000;
}

.button {
	background-color:#000000;
	border-style:outset;
	border-width:2;
	font-family:Verdana,Georgia,Arial,sans-serif;
	color:#FF6600;
	font-size:9pt;
	font-weight:bold
}

.buttonAct {
	background-color:#FF6600;
	border-style:outset;
	border-width:2;
	font-family:Verdana,Georgia,Arial,sans-serif;
	color:#000000;
	font-size:9pt;
	font-weight:bold
}

.errorField {
    BORDER-RIGHT: #FF0000 2px solid;
    BORDER-TOP: #FF0000 2px solid;
    BORDER-LEFT: #FF0000 2px solid;
    BORDER-BOTTOM: #FF0000 2px solid;
    background-color: #C0C0C0;
}

.inverseText {
	background-color:#000000;
	font-family:Verdana,Georgia,Arial,sans-serif;
	color:#FF6600;
}

