body {
	background-color:#FFFFFF;
	margin:0px;
}
.footerbg {
	background-color:#C71142;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-y;
	background-position:top left;
	font-family: "Tahoma";
	font-size: 11px;
	color: #FFFFFF;
}
.a1:link 
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.a1:visited 
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.a1:hover 
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;

}
.a2:link 
{
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.a2:visited 
{
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.a2:hover 
{
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;

}
.a3:link 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}
.a3:visited 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}

.a3:hover 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;

}
.greytext{
	font-family: Tahoma;
	font-size: 11px;
	color: #6C6C6C;

}
.inputtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	height: 15px;
	border: 1px solid #7C7C7C;

}
.listmenu {
	font-family: Tahoma;
	font-size: 10px;
	color: #575757;
	background-color: #FFFFFF;
	height: 12px;
	border: 1px solid #676767;

}
.buttonstyle {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7B0226;
	border: 1px solid #7B0226;
	padding:4px;
	font-weight: bold;

}
.bodytext {
	font-family: "Arial";
	font-size: 12px;
	line-height:17px;
	color: #636363;
}
.whitetext {
	font-family: "Tahoma";
	font-size: 11px;
	color: #FFFFFF;
}
.blacktext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight:bold;
	color: #D31145;
}
.borderleftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D5;
	border-left-color: #D4D4D5;
}
