/* CSS Document */
html, body {
	height: 100%;
}

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px auto 0px auto;
}
.bg_home{
	background-color: #F6F6F6;
	background-image: url(../images/bg_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height:530px;

}
.bg_inf{
	background-color: #F6F6F6;
	background-image: url(../images/bg_inf.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height:440px;
}
.bg_gray{
	background-color: #E9E9EA;
	background-image: url(../images/bg_gray.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height:450px;
}
.bg_thanks{
	background-color: #E9E9EA;
	background-image: url(../images/bg_thanks.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height:751px;
}
.bg_opt_in{
	background-color: #E9E9EA;
	background-image: url(../images/bg_opt_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height:450px;
}
.bg_video{
	background-color: #E9E9EA;
	background-image: url(../images/title_video.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}
.header{
	height:128px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
}
.footer{
	height:74px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
}
.title1{
	font-size: 22px;
	font-weight: bold;
}
.title2{
	font-size: 30px;
	font-weight: bold;
}

.red { color:#FF0000; font-weight:bold}
.blue { color:#68874A}

.divClass {
	overflow: auto;  
	overflow-x:hidden;
	border:0;
	border-style:none;
	text-align:justify; 
	color: black; 
	background-color :transparent;
	scrollbar-base-color:#AEAFB1; 
	scrollbar-arrow-color:#B3BFCE;

}
