@charset "utf-8";
body {
	margin: 0px;
	background-color: #575757;
}
.left_side_bg {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
}
.right_side_bg {
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-y;
}
.table_bg_wite {
	background-color: #FFFFFF;
	background-image: url(../images/lower_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main_link_font
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 1px;
}
.top_link_font
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	font-variant: normal;

}
.readmore_link_font
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	font-variant: normal;

}
a:link {
	color: #525252;
	text-decoration: none;
}
a:visited {
	color: #525252;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #525252;
	text-decoration: none;
}
.main_headings {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #3e3e3e;
}
.body_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #606060;
	text-align: justify;
}

.copy_rits {
	font-family: Tahoma;
	font-size: 11px;
	color: #311a1a;
}