BODY {
	background-image:url(../img/bg_ptrn.gif);
	background-repeat: repeat-x;
	background-attachment: inherit;
	background-position: center top;
	margin: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ECE16B;
	text-decoration: none;
}

H1 {
	color: #FFFFFF;
	font-family: italic;
	text-decoration: none;
}

a:hover {
	color: #ECE16B;
	text-decoration: none;
}

.main_cnt {
	background-image:url(../img/bg_main_cnt.gif);
	background-repeat: repeat-x;
	background-attachment: inherit;
	background-position: inherit top;
	background-color: #6E7DA5;
}

.div_r {
	background-image: url(../img/bg_div_right.gif);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: inherit top;
}

.div_l {
	background-image: url(../img/bg_div_left.gif);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: inherit top;
}

.cntPad {
	padding-top: 50px;
}

.brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

.datatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
}