body {
	margin:0;
}
.a1:link 
{
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

.a1:visited 
{
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

.a1:hover 
{
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	

}
.a2:link 
{
	font-family: "Arial";
	font-size: 11px;
	color: #8f8f8f;
	text-decoration: none;
}

.a2:visited 
{
	font-family: "Arial";
	font-size: 11px;
	color: #8f8f8f;
	text-decoration: none;
}

.a2:hover 
{
	font-family: "Arial";
	font-size: 11px;
	color: #8f8f8f;
	text-decoration:underline;
	

}
.a3:link 
{
	font-family: "Arial";
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
}

.a3:visited 
{
	font-family: "Arial";
	font-size: 15px;
	color: #FF0000;
	text-decoration: none;
}

.a3:hover 
{
	font-family: "Arial";
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
	
}
.a4:link 
{
	font-family: "Arial";
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}

.a4:visited 
{
	font-family: "Arial";
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.a4:hover 
{
	font-family: "Arial";
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	

}
.inputtext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
	height: 16px;
	border: 1px solid #dedede;

}
.listmenu {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C5C5C5;
	width:120px;

}
.buttonstyle {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #a40000;
	border: 1px solid #FFFFFF;
	height:18px;
	background-image:url(images/btn_bg.jpg);
	padding-left:5px;
	padding-right:5px;

}
.bodytext {	
	font-family: "Arial";
	font-size: 11px;
	color: #2f2f2f;
}
.greytext {
	font-family: "Arial";
	font-size: 11px;
	color: #8f8f8f;
	line-height:18px;
}
.navtext {
	font-family: "Arial";
	font-size: 12px;
	color: #b52222;
	font-weight:bold;
}
.blacktext {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
}
.whitetext {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
}
.footertext {
	font-family: "Arial";
	font-size: 11px;
	color: #5c5c5c;
}
.heading {
	font-family: "Arial";
	font-size: 15px;
	font-weight:bold;
	color: #000000;	
}
.normalheading {
	font-family: "Arial";
	font-size: 15px;
	color: #000000;
}
.orangeheading {
	font-family: "Arial";
	font-size: 14px;
	font-weight:bold;
	color: #FF9900;
}
.borderleftright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d7d7;
}
.bodybg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d7d7;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:top;
}
