TD, A, INPUT, P, h1, h2{
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #000000;
}
h1 {font-size: 14px; }
h2 {font-size: 12px; }
BODY { padding-bottom : 50px; }

pre {

	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;

	overflow: auto;
	width: 500px;
	
}
pre span {
	width: 100%; 
	font-family : Verdana, Arial;
	font-size : 11px;
}

SELECT {
	font-family : Verdana, Arial;
	font-size : 11px;
}

#oTopMenuTable {
	background-color : #000000;
	border-bottom : 2px Solid #FFFFFF;
}
#oTopMenuTable INPUT {
	font-size : 9px;
	background-color : #656B6F;
	border-top : 1px Solid #7E8488;
	border-left : 1px Solid #7E8488;
	border-bottom : 1px Solid #4C5256;
	border-right : 1px Solid #4C5256;
	color : #FFFFFF;
	font-weight : bold;
	width : 100%;
}

#oMidFunctionsTable {
	border-top : 2px Solid #000000;
	border-bottom : 2px Solid #000000;
}

#oMidFunctionsTable SELECT {
	color : #FFFFFF;
	font-weight : bold;
	background-color : #656B6F;
	font-size : 9px;
}

.RightSide { border-top : 2px Solid #000000; }
.RightHolder { border-top : 2px Solid #000000; }

.ContentHolder {
	padding-top : 25px;
	padding-right : 20px;
	padding-bottom : 10px;
}
.ContentHolder h1 { text-transform: uppercase; }

.ImageHolder { padding-top : 25px; }

.LocationHolder {
	border-top : 2px Solid #000000;
	border-bottom : 2px Solid #000000;
	font-size : 10px;
	font-weight : bold;
	padding-top : 3px;
	padding-bottom : 3px;
	text-transform: uppercase;
}

.LocationHolder A {
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}

.LocationHolder A:hover { text-decoration : underline; }

#oSubMenuHolder {
	padding-top : 22px;
	padding-left : 20px;
}

#oSubMenuHolder A {
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	line-height : 18px;
}

#oSubMenuHolder A:hover { text-decoration : underline; }

HR {
	color : #000000;
	height : 2px;
}
.inpButton {
	background-color : #FFDF6F;
	border-top : 2px Solid #FFF76B;
	border-left : 2px Solid #FFF76B;
	border-bottom : 2px Solid #EFBD00;
	border-right : 2px Solid #EFBD00;
	font-weight : bold;
	padding : 3px;
}


#oLargeImageFooter {
	border-top : 1px Solid #FFFFFF;
	background-color : #000000;
	text-align : right;
	padding : 5px;
}

#oLargeImageFooter A {
	font-family : Verdana, Arial;
	font-size : xx-small;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

/* --- Form Layout --- */
.divFormLayout {width: 100%; }
.divFormLayout .spaFormLabel {float: left; width: 40%; font-size: x-small; }
.divFormLayout .spaFormField {float: left; width: 60%; padding: 0px; margin: 1px 0px; }
.divFormLayout .spaFormField input {width: 100%; }
.divFormLayout .spaFormField .missingValue {width: 100%; border: 1px solid #FF0000; background-color: #FFF7F7; }
.divFormLayout .spaFormField textarea {width: 100%; font-family: Arial, Helvetica, sans-serif; }
.divFormLayout .divButtons {text-align: right }
.divFormLayout .divButtons input {width: 100px; }