body {
	/* bg image */
	background:url(images/bg.jpg) no-repeat center top;
	margin:0px;
	padding:0;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
.mainfont {
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #006699;
	text-align: left;
}
.mainblk {
	font-family:Arial, sans-serif;
	font-size:12px;
	color: #000000;
}

a:link {
	color: #C74303;
	text-decoration:none;
}
a:visited {
	color: #C74303;
	text-decoration:none;
}
a:hover {
	color: #3399FF;
	text-decoration:none;
}
a:active {
	color: #C74303;
	text-decoration:none;
}
