body {
	background-image: url(images/body_bg.png);
	margin: 0px;
	padding: 0px;
}
.bodyBg {
	background-color: #FFFFFF;
	padding: 10px;

}
td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

a:link { color: #941629; text-decoration: none }
a:active { color: #941629; text-decoration: none }
a:visited { color: #941629; text-decoration: none }
a:hover { color: #941629; text-decoration: underline }

a.whitelink:link { color: white; text-decoration: none }
a.whitelink:active { color: white; text-decoration: none }
a.whitelink:visited { color: white; text-decoration: none }
a.whitelink:hover { color: white; text-decoration: underline }

.txtheadingwhite {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtsmall {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.txtheading {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.date {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #C7e5f0;
	font-weight: bold;
	padding: 4px;
	height: 26px;

}
.radio {
	background-color: #EDEDEC;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #C7E5F0;
	padding: 4px;
}
.footertxt {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #666666;
}
