html,body {
	margin: 20px;
	background-color: #EDF2F6;
}

body,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

a:link, a:visited, a:active {
	color: #0061AB;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.mainbg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.footertxt {
	color: #676F75;
}

