body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #E5E5E5;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #F3F3F3;
	SCROLLBAR-DARKSHADOW-COLOR: #E5E5E5;
	background-repeat: no-repeat;	
}
/* left links ***********************************************************/
a.leftlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}
a.leftlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}
a.leftlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}
a.leftlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
}

/*  white txt ***********************************************************/
.whitesmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 7pt;
	PADDING-LEFT: 5px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	height: 31px;
}
/*  black txt ***********************************************************/
.blacksmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 7pt;
	PADDING-LEFT: 5px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	height: 31px;
}
/*  red txt ***********************************************************/
.title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #FF0000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/*  red txt ***********************************************************/
a.title:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #FF0000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
a.title:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #FF0000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
a.title:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #FFFF00;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
a.title:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #FFFF00;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}


	
/* txt content on home page***********************************************************/
.txt {
	color:#FFFFFF;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* txt heading on home page***********************************************************/
.heading {
	color:#000000;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}