body {
	margin:0;
	background-color:#FFFFFF;
}
.leftbg
{
	background-image:url(images/bg_left.jpg);
	background-repeat:repeat-x;
	background-position:top;

}
.rightbg
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;

}
.a1:link 
{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #2e2e2e;
	text-decoration:none;
}

.a1:visited 
{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #2e2e2e;
	text-decoration:none;
}

.a1:hover 
{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #2e2e2e;
	font-weight:bold;
	

}
.a2:link 
{
	font-family: Arial;
	font-size: 12px;
	color: #7CEDED;
	font-weight:bold;
	text-decoration: none;
}

.a2:visited 
{
	font-family: Arial;
	font-size: 12px;
	color: #7CEDED;
	font-weight:bold;
	text-decoration: none;
}

.a2:hover 
{
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	

}
.a3:link 
{
	font-family: "Arial";
	font-size: 10px;
	color: #1d212a;
	text-decoration:none;
}

.a3:visited 
{
	font-family: "Arial";
	font-size: 10px;
	color: #1d212a;
	text-decoration:none;
}

.a3:hover 
{
	font-family: "Arial";
	font-size: 10px;
	color: #386ea1;
	text-decoration:none;
}
.a4:link 
{
	font-family: "Arial";
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}

.a4:visited 
{
	font-family: "Arial";
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}

.a4:hover 
{
	font-family: "Arial";
	font-size: 10px;
	color: #727d90;
	text-decoration:none;
	

}
.inputtext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
	height: 14px;
	border: 1px solid #dedede;

}
.listmenu {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C5C5C5;
	width:80px;

}
.buttonstyle {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #FFFFFF;
	height:18px;
	background-image:url(images/btn_bg.jpg);
	padding-left:5px;
	padding-right:5px;

}
.bodytext {	
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #2e2e2e;
}
.greytext {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #858585;
}	
.subheading {
	font-family: "tahoma";
	font-size: 12px;
	color: #00268F;
}
.navtext {
	font-family: "Arial";
	font-size: 14px;
	color: #20314f;
	font-weight:bold;
}
.blacktext {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
}
.whitetext {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.footertext {
	font-family: "Arial";
	font-size: 11px;
	color: #5c5c5c;
}
.bannerheading {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	color: #bebebe;
}
.pictureborder {
	border: 2px solid #E0E0E0;
}
.borderleftright
{
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	background-color:#fafafa;

}