body,td,th {
	font-family: Sans-serif, Geneva, Arial, Helvetica;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #F0B1C4;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.heading1 {color: #F0B1C4; font-weight: bold; }
.heading2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.smaller_txt {font-size: 12px}
.footer_txt {font-size: 12px}

