body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: x-small;	
	line-height: normal;	
	color: #666666;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}

#processing {
	position:absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #006699;
}

#popup {
	position:absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 2%;
	visibility:visible;
	text-align: left;
	background-color: #FFFFFF;
	border: 2px solid #006699;
}

h1 {
	font-size: 200%;
	color: #333333;
	line-height:130%;
	}
h2 {
	font-size: 170%;
	color: #666666;
	}
h3 {
	font-size: 150%;
	color: #666666;
	margin: 0px;
	}
h4 {
	font-size: 120%;
	color: #000000;
	margin: 0px;
	}
h5 {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
	
	
.formLabel, .formLabelSmall, .formLabelMed, .formLabelLong {
	border: 1px solid #666666;
	font-size: xx-small;
	float: left;
	display: inline;
	padding: 1px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align: right;
	width: 110px;
	border: 1px solid #fff;
}

.formLabelSmall {
	width: 60px;
}

.formLabelMed {
	width: 140px;
}

.formLabelLong {
	width: 180px;
}


.formBox {
	float: left;
}

.formZero {
	height: Auto;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.formZeroInline {
	height: Auto;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	display: inline;
	float: left;
}

.formField {
	font-size: xx-small;
	padding: 2px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #666;
	float: left;
}

.formButton {
	height: 30px;
}

.formButtonSmall {
	font-size: xx-small;
	color: #000000;
	padding: 0px;
	width: 100%;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

.imageBorder {
	border: 1px solid #333333;
}


.genericBox, .genericBoxRight {
	margin: 1%;
	padding: 2%;
	height: auto;
	float: left;
	display: inline;
}

.genericBoxRight {
	float: right;
}


/* IE ONLY */
* html .genericBox {
	margin: 0px;
	padding: 1%;
	width:auto;
}

.genericBoxB, .genericBoxBRight {
	margin: 1%;
	width:43%;
	padding: 2%;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #333333;
}

.genericBoxBRight {
	float: right;
}


/* IE ONLY */
* html .genericBoxB {
width:40%;
}

.genericBoxTight {
	margin: 1%;
	padding: 0px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #00CC33;
}

/* THESE ONES ARE SET WIDTH 100px */
.tabularDataBox {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 100px;
	background-color: #EEEEEE;
}

.tabularHeaderBox {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 100px;
	background-color: #555555;
	color: #FFFFFF;
	}






/* THESE ONES ARE SET WIDTH 200px */
.tabularDataBox50, .tabularDataBox200, .tabularDataBox400 {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 200px;
	background-color: #EEEEEE;
}

.tabularHeaderBox50, .tabularHeaderBox200, .tabularHeaderBox400 {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 200px;
	background-color: #555555;
	color: #FFFFFF;
}


.tabHeaderBoxGraphicOff {
	background-image: url(../images/tabFill-off.jpg);
	background-repeat: repeat-x;
	clear: none;
	float: left;
	height: 25px;
	display: inline;
	padding: 3px;
	height: 20px;
	line-height: 25px;
}

.tabHeaderBoxGraphicOffLeft {
	background-image: url(../images/tabEnd-off-left.jpg);
}

.tabHeaderBoxGraphicOffRight {
	background-image: url(../images/tabEnd-off-right.jpg);
}

.tabHeaderBoxGraphicSelected {
	background-image: url(../images/tabFill-selected.jpg);
	background-repeat: repeat-x;
	clear: none;
	float: left;
	height: 25px;
	display: inline;
	padding: 3px;
	height: 20px;
	line-height: 25px;
}

.tabHeaderBoxGraphicSelectedLeft {
	background-image: url(../images/tabEnd-selected-left.jpg);
}

.tabHeaderBoxGraphicSelectedRight {
	background-image: url(../images/tabEnd-selected-right.jpg);
}

.tabHeaderBoxGraphicOffLeft, .tabHeaderBoxGraphicOffRight, .tabHeaderBoxGraphicSelectedLeft, .tabHeaderBoxGraphicSelectedRight {
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 25px;
	width: 13px;
}




.tabbedArea {
	background-color: #F8F8F8;
	border-top: 2px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #000000;
	padding: 5px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.tab:link, a.tab:visited, a.tab:hover {
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}
a.tab:hover {
	text-decoration: underline;
}

h2 a, h2 a:visited, h2 a:hover {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}




/* THESE ONES ARE SET WIDTH 400px */
.tabularDataBox50, .tabularHeaderBox50 {
	width: 60px;
}

.tabularDataBox400, .tabularHeaderBox400 {
	width: 350px;
}







/* THESE ONES DON'T HAVE ANY SET WIDTH */
.tabularDataBoxB {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

.tabularHeaderBoxB {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	background-color: #555555;
	color: #FFFFFF;
}
