BODY
	{
	background: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
	scrollbar-dark-shadow-color: #CCCCCC;
	scrollbar-face-color: #CCCCCC;
	}

H1
	{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#0066CC;
	}
	
.bottomNavigation
	{
	background:#F0F0F0;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:10pt;
	color:DimGray;
	height:20px;
	}

.copyRight
	{
	background:#0099CC;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana;
	font-size:9pt;
	color:White;
	
	height:20px;
	}

a:link
	{
	color:DarkBlue;
	text-decoration:none;
	}
a:active
	{
	color:DarkBlue;
	text-decoration:none;		
	}
a:Visited
	{
	color:DimGray;
	text-decoration:none;
	}
a:hover
	{
	color:#FF8000;
	text-decoration:none;
	}

/* special link */
a.vst:link
	{
	color:Yellow;
	text-decoration:none;
	}
a.vst:active
	{
	color:Yellow;
	text-decoration:none;		
	}
a.vst:Visited
	{
	color:Yellow;
	text-decoration:none;
	}
a.vst:hover
	{
	color:Red;
	text-decoration:none;
	}
	
.contentArea
	{	
	text-align:justify;
	vertical-align:top;
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	}
.heading
	{	
	text-align:justify;
	vertical-align:top;
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	}
.subHeading
	{	
	text-align:justify;
	vertical-align:top;
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	}
.companyName
	{	
	text-align:justify;
	vertical-align:top;
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	color:#D9261C;
	}
.contentAreaColor
	{	
	text-align:justify;
	vertical-align:top;
	font-family:Verdana;
	font-size:9pt;
	color:#D9261C;
	}
