body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D31145;
}
.bodybg{
	height:100%;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #b4b4b4;
	border-left-color: #b4b4b4;
	background-color:#ffffff;
		padding-left:4px;
	padding-right:4px;
}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #5a5b59;
}
.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.whiteheading {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
}
.blackheading {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.redheading {
	font-family: Tahoma;
	font-size: 13px;
	color: #AB0130;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #A90132;
}
a:visited {
	text-decoration: none;
	color: #A90132;
}
a:hover {
	text-decoration: none;
	color: #201C19;
}
a:active {
	text-decoration: none;
	color: #A90132;
}
td#paddingcs
{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
td#headpadding
{

	padding-right: 10px;
	padding-left: 10px;
}


