body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: x-small;	
	line-height: normal;	
	color: #336699;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}



h1 {
	font-size: 180%;
	color: #333333;
	}
h2 {
	font-size: 150%;
	color: #666666;
	}
h3 {
	font-size: 130%;
	color: #003366;
	margin: 0px;
	}
h4 {
	font-size: 100%;
	color: #000000;
	margin: 0px;
	}
h5 {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
	
	
.formLabel, .formLabelSmall {
	border: 1px solid #666666;
	font-size: xx-small;
	float: left;
	display: inline;
	padding: 3px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align: right;
	width: 110px;
}

.formLabelSmall {
	width: 60px;
}

.formBox {
	float: left;
	display: inline;
}

.formZero {
	height: Auto;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.formField {
	font-size: xx-small;
	padding: 3px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.formButton {
	font-size: xx-small;
	color: #FFFFFF;
	padding: 3px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

.formButtonSmall {
	font-size: xx-small;
	color: #000000;
	padding: 0px;
	width: 100%;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

.imageBorder {
	border: 1px solid #333333;
}


.genericBox {
	margin: 1%;
	padding: 2%;
	height: auto;
	float: left;
	display: inline;
}
/* IE ONLY */
* html .genericBox {
	margin: 0px;
	padding: 1%;
}

.genericBoxB {
	margin: 1%;
	width:44%;
	padding: 2%;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #333333;
}


/* IE ONLY */
* html .genericBoxB {
width:40%;
}

.genericBoxTight {
	margin: 1%;
	padding: 0px;
	height: auto;
	float: left;
	display: inline;
}

/* THESE ONES ARE SET WIDTH 200px */
.tabularDataBox50, .tabularDataBox100, .tabularDataBox200, .tabularDataBox400,.tabularHeaderBox50, .tabularHeaderBox100, .tabularHeaderBox200, .tabularHeaderBox400 {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 200px;
	background-color: #EEEEEE;
}

.tabularHeaderBox50, .tabularHeaderBox100, .tabularHeaderBox200, .tabularHeaderBox400 {
	background-color: #555555;
	color: #FFFFFF;
}

/* 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;
}


