@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	
}
.mainTable
{
	background-color:#000000;
}
.text_bg
{
	background-color:#000000;
}
.text_style
{
	font-family:Arial;
	font-size:11px;
	color:white;
	text-align:justify;
	letter-spacing:2px;
	
	
}
.text_heading
{
	font-family:aril;
	font-size:14px;
	color:#AD212C;
	font-weight:lighter;
}

.heading
{
	font-family:aril;
	font-size:12px;
	color:#AD212C;
	font-weight:lighter;
	letter-spacing:2px;
}

.text_sub_headings
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
		color:#AD212C;
}
.bottom{
	color:#FFFFFF;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.bottoms:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottoms:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottoms:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.bottoms:active {
	text-decoration: none;
	color: #FFFFFF;
}

