/* background-repeat: no-repeat;
	 background-position: top center;
	 background-attachment: fixed; */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top left;
	background-repeat: repeat;
}
a {
	text-decoration: none;
} 
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-size: 13px;
}
.dark_blue_bold_12pt {
	font-size: 12px;
	color: #002C52;
	font-weight: bold;
}
.white_bold_18pt {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.main_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
