


body {
	
}

body,td,th {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
	border-color: #000;
}

.orangeColor {color: #FF9900}
.greenColor {color: #006600}
.yellowColor {color: #FF0  }


.redColor {
	color: #F06;
	font-size:30px;
	font-style:italic;
	background-color: #FF0
	}



.greyColor {
	color: #666
}

.textboxred {
	color:#30C;
	background-color: #3F0;
	font-style: italic;
	
}

.centerStuff {
	text-align: center;
}
.boldStuff {
	font-weight: bold;
}
.textsize10 {
	font-size: 10px;
}
.textsize16 {
	font-size: 16px;
}

.textsize33 {
	font-size: 16px;
	text-align:left;
	color: #000
}

.texbackground {
	font-size: 16px;
	text-align: center;
	color:#390;
	text-decoration: none;
	font-style: italic;
	font-stretch: normal;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-bottom-style: none;
}


.textsize14 {
	font-size: 16px;
	text-align:left;
	color: #090
}

.textsize13 {
	font-size: 16px;
	color:#F00
	
	
}


.formFields {
	background-color:#FF9;
	color:#000;
}

/*--------- Header Buttons Style -------------- */
.headerBtns{
	margin-bottom:4px;
}
.headerBtns a{
	background-image:url(headerBtnsBG.jpg);
	border:#999 1px solid;
	color:#333;
	text-decoration:none;
	padding:6px;
}
.headerBtns a:link{
	color:#000;
}
.headerBtns a:hover {
	background-image:url(headerBtnsBGover.jpg);
	border:#666 1px solid;
	text-decoration:none;
}
.headerBtns a:visited {
	color:#333;
}
/*--------- Main Body table styles -------------- */
.mainBodyTable {
	background-color:#F2F2F2;
	width:1050px;
	height:200px;
}

 /*
  PURE CSS DROP MENU - VALIDATES AND WORKS IN ALL MAJOR BROWSERS   
*/
.dc{
    display:inline;
    position: relative;
    z-index: 0;
    margin:0;
    padding:0;
	text-align:left;
}
.dc:hover{
	z-index: 50;
}
.dc ul{ 
    margin:0;
    padding:0;
    position: absolute;
    width:106px;
    background-color: #6CB6FF;
    left: -1000px;
    list-style-type:none;
    visibility: hidden;
}
.dc:hover ul{ 
    visibility: visible;
    top: 13px;
    left:-4px;
}
/* -------------------- What the list items will look like inside the dropdown  ---------------------- */
.dc ul li{
    margin:0;
    padding:0;
    background-color: #D7EBFF;
    margin:1px;
}
.dc ul li:hover {
    background-color: #FFF;
    margin:1px;
}
/* -------------------- What the links look like inside the dropdown  ---------------------- */
.dc ul li a {
    display:block;
    padding:5px;
    font-size:11px;
}
.dc ul li a:link {
    color: #03F;
    text-decoration: none;
}
.dc ul li a:visited {
    text-decoration: none;
    color: #03F;
}
.dc ul li a:hover {
    text-decoration: none;
    color: #03F;
}
.dc ul li a:active {
    text-decoration: none;
    color: #03F;
}
/*      END PURE CSS DROP MENU        */

/*      DEFAULT SITEWIDE LINK STYLE        */
a:link {
	color: #060;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: expanded;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #00F;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}
/*      END DEFAULT SITEWIDE LINK STYLE        */


.blank{
	margin-top:40;
	height: auto;
	width: 100%;
	padding: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
