/* There are problems, search for the word "bug" and resolve. MCH */
/*
Default zero's out browser defaults
*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 border: 0px;
 font-size: 100.01%;
 height:100%;
}

/* Generic classes */

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;	
	color:#000000;
	margin-bottom:18px;
}

.homeBoxBorders {
	BORDER-TOP: #A9A9A9 1px solid;	
	BORDER-BOTTOM: #A9A9A9 1px solid;
	BORDER-LEFT: #A9A9A9 1px solid;
	BORDER-RIGHT: #A9A9A9 1px solid;
}


body { 
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	color:#000000;
}

body a { 
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;	
	text-decoration: underline;
	color:#000000;
}

.headerBG{
	background-color:#FFFFFF;
	width:600px;
}

#mainboxHeader {
	height:100%;
	text-align:center;
	BACKGROUND-COLOR: #ededed;
	PADDING:0px;
	BORDER-TOP: 0px;
	BORDER-RIGHT: #666666 2px solid;
	BORDER-BOTTOM: #A9A9A9 0px solid;
	BORDER-LEFT: #666666 2px solid;
}
#mainboxBody {
	BACKGROUND-COLOR: #EDEDED;
	PADDING-LEFT:0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-TOP: 0px;
	BORDER-RIGHT: #666666 0px solid;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: #666666 0px solid;
}


#mainboxFooter {
    
	BACKGROUND-COLOR: #EDEDED;
	PADDING-LEFT:0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-TOP: 0px;
	BORDER-RIGHT: #666666 0px solid;
	BORDER-BOTTOM: 0px;	
	BORDER-LEFT: #666666 0px solid;
    height: 30px;
}

#floatbttm{
background-position:bottom;}


/*
Start global footer
*/	

.footerbox {
	BACKGROUND-COLOR: #EDEDED;
	border: 4px;
	padding-top:0px;
	padding-left:0px;	
	padding-right:0px;		
	padding-bottom:10px;		

}

.footerbox a {
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: NONE;
	color:#000000;
}

.footText {
	FONT-SIZE: 9px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial;
	color:#000000;
}

/*
End global footer
*/	


/* End */