body {
	background-color:#343434;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
.a1:link 
{
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none

}

.a1:visited 
{
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

.a1:hover 
{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;

}
.a2:link 
{
	font-family: Tahoma;
	font-size: 9px;
	color: #9FA4AA;
	text-decoration: none;
}

.a2:visited 
{
	font-family: tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.a2:hover 
{
	font-family: tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;

}
.a3:link 
{
	font-family: Tahoma;
	font-size: 14px;
	color: #9FA4AA;
	text-decoration: none;
}

.a3:visited 
{
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.a3:hover 
{
	font-family: tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;

}







.greytext{
	font-family: Tahoma;
	font-size: 9px;
	color: #9FA4AA;

}
.inputtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color:#F4F4F4;
	height: 15px;
	border: 1px solid #E6E6E6;

}
.listmenu {
	font-family: Tahoma;
	font-size: 10px;
	color: #575757;
	background-color: #FFFFFF;
	height: 12px;
	width: 133px;
	border: 1px solid #676767;

}
.buttonstyle {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5181C0;
	border: 1px solid #5181C0;
	height: 17px;
	font-weight: bold;
	width: 69px;

}
.bodytext {
	font-family: "Arial";
	font-size: 13px;
	line-height:15px;
	color: #FFFFFF;
}
.blacktext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.bodytextsmall {
	font-family: Tahoma;
	font-size: 10px;
	color: #373737;
}
.heading {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
.picborder
{
	border:solid 3px #E8E8E8;
	
}
.mainborder
{
	border:solid 2px #C10303;
	
}
.padding
{
	padding-left:25px;
}.borderleftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-left-color: #C4C4C4;
}
.borderall {
	border: 2px solid #DFDFDF;
}

