body {

            font-family: Arial, Helvetica, sans-serif;

            font-size:13px;

            color:#ffffff;

}

 

td {

            font-family: Arial, Helvetica, sans-serif;

            font-size:13px;

            color:#ffffff;

}

 

th {

            font-family: Arial, Helvetica, sans-serif;

            font-size:13px;

            color:#ffffff;

}

 

 

a{color:#ffffff;}

a:HOVER{color:#ffffff;}

a:VISITED{}

 

p{margin-top:0;margin-bottom:12px;font-size:13px;color:#ffffff;}

b{color:#ffffff}

 

H1{margin-top:0;margin-bottom:12px;font-size:32px;color:#ffffff;}

H2{margin-top:0;margin-bottom:12px;font-size:20px;color:#ffffff;}

H3{margin-top:0;margin-bottom:12px;font-size:16px;color:#ffffff;}

H4{margin-top:0;margin-bottom:12px;font-size:16px;color:#ffffff;}

H5{margin-top:5px;margin-bottom:5px;font-size:14px;color:#ffffff;}

H6{margin-top:0;margin-bottom:12px;font-size:14px;color:#ffffff;}


/****** TEMPLATE STYLES ******/
div#main {
	width: 902px;
	height: 815px;
	margin:0 auto;
}
div#box1 {
	height: 114px;
	width: 902px;
	background: url(Images/TemplateImages/box1_bg.png) no-repeat left top;
	position: relative;
	top: 380px;
	left: 0px;
}
div#box2 {
	height: 210px;
	width: 902px;
	background: url(Images/TemplateImages/box2_bg.png) no-repeat left top;
	position: relative;
	top: 382px;
	left: 0px;
	padding-top: 22px;
}
div.box1_content {
	width:256px;
	padding: 15px 22px 0px 22px;
	float:left;
}

div#box2_content_left {
	width: 557px;
	padding: 0px 22px;
	float:left;
}

div#box2_content_right {
	width: 257px;
	padding: 0px 22px;
	float:left;
}

div#box2_content_left p,
div#box2_content_right p {
	font-size: 14px;
}

img.icon {
	margin-right: 17px;
}
/****** CLEARFIX ******/

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */