/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A8A9AB;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C7C7C;
}
a:link {
	color: #7C7C7C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C7C7C;
}
a:hover {
	text-decoration: none;
	color: #9EAC4D;
}
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
.topbg {
	background-image:url(../images/top_shade.jpg);
}
.rightbg {
	background-image:url(../images/right_shade.jpg);
}
.footerbg {
	background-image:url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.keywordline {
	padding-right:11px; 
	padding-top: 60px;
	padding-bottom: 10px; 
	text-align: justify;
}
.sigline {
	color: #999A9B;
	font-size: 11px;
}
a:link.siglinelinks, a:visited.siglinelinks, a:active.siglinelinks {
	color: #999A9B;
	text-decoration: none;
}
a:hover.siglinelinks {
	color: #c5cc00;
	text-decoration: none;
}
h3.sec_title 
{
	padding-top: 0px;
	margin-top: 0px;
}
.sec_title 
{
	font-size: 13px; 
	font-weight: bold;
}
.whitebg
{
	background-color: #ffffff;
}
