/* CSS Document */

table{
font-family: verdana; font-size: 12px; color: #000000; 
}
.sub-head{
font-family: verdana; font-size: 14px; color: #ffffff; font-weight: bold;
}
.sub-head1{
font-family: verdana; font-size: 14px; color: #000000; font-weight: bold;
}

a:link { color: #FFffff; text-decoration: none;}
a:visited {color: #FFffff; text-decoration: none;}
a:hover {color: #FFffff; text-decoration: underline;}
a:active {color: #FFffff; text-decoration: none;}

.class2 a:link{ color: #000000; text-decoration: none;}
.class2 a:visited{ color: #000000; text-decoration: none;}
.class2 a:hover{ color: #000000; text-decoration: underline;}

.leftbg {
	background-image: url(images/leftside_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainbg {
	background-attachment: fixed;
	background-image: url(images/rigged_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.class3 a:link{ color: #000000; text-decoration: underline;}
.class3 a:visited{ color: #000000; text-decoration: underline;}
.class3 a:hover{ color: #000000; text-decoration: none;}

.WHITE{
font-family: verdana; font-size: 12px; color: #ffffff; font-weight: bold;
}
.sideHeading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sideHeadingblack {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bodyFontWhite {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}