body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000000;
	margin: auto;
	text-align: center;
	padding: auto;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	}
	
#wrapper {
	margin: auto;
	padding: 0px;
	width: 1000px;
	border: 1px solid #A9ADB0;
	background-image: url(../images/wrapperBG.gif);
	background-repeat: repeat-y;
	text-align: left;
}




.clear {
	line-height: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





h1 {
	font-size: 180%;
	color: #FFFFFF;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-size: 118%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	}
h3 {
	font-size: 110%;
	color: #666666;
	margin: 0px;
	}
h4 {
	font-size: 100%;
	color: #000000;
	margin: 0px;
	}
h5 {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
	
h6 {
	font-size: 70%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
	
	
/* STANDARD FORM ELEMENTS */
.formZero {
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.formMini {
	margin: 0px;
	padding: 0px;
	float:left;
}


	
	
.formLabel {
	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: 120px;
}



.formLabelSmall {
	border: 1px solid #666666;
	font-size: xx-small;
	float: left;
	display: inline;
	padding: 2px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align: right;
	width: 70px;
	height: 14px;
	line-height: 12px;
	background-color: #FFFFFF;
}

.formBox {
	float: left;
	display: inline;
}


.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: #FFFFFF;
	padding: 1px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

.imageBorder {
	border: 1px solid #333333;
}


.genericBox {
	margin: 2%;
	padding: 2%;
	height: auto;
	float: left;
	display: inline;
	}

.genericBoxB {
	margin: 1%;
	width:44%;
	padding: 2%;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #333333;
}

.genericBoxTight {
	margin: 1%;
	padding: 0px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #333333;
}

.tabularDataBox, .tabularDataBox200 {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 100px;
	background-color: #EEEEEE;
}

.tabularDataBox200 {
	width: 200px;
}

/* 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;
}


.tabularHeaderBox, .tabularHeaderBox200 {
	margin: -1px;
	padding: 2px;
	height: auto;
	float: left;
	display: inline;
	border: 1px solid #999999;
	width: 100px;
	background-color: #555555;
	color: #FFFFFF;
}

.tabularHeaderBox200 {
	width: 200px;
}


/* TABS */
.tabBG {
	background-image: url(../images/tab-bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	float: left;
	padding: 5px 0px 0px;
	font-weight: bold;
}

.tabEndLeft, .tabEndright {
	height: 25px;
	float: left;
}

.tabEndLeft {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
}

/* Standard Links styles for in the text */
a, a:visited {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	font-size: 100%;
	}

a:hover {text-decoration: underline;}
