/* CSS Document */

body  {
	background-color:#2a2a2a;	
	font-family:'Franklin Gothic Medium';
	scrollbar-face-color:#c5c5c5 ;
	scrollbar-shadow-color: #d8d9d9 ;
	scrollbar-highlight-color: #d8d9d9 ;
	scrollbar-3dlight-color: #d8d9d9 ;
	scrollbar-darkshadow-color: #FFF8DC ;
	scrollbar-track-color:#FFFFFF ;
	scrollbar-arrow-color: black ;
}
.divBody{
	width:100%;
	height:380px; 
	overflow:auto;
	background-color:#2a2a2a;
	/*border: dashed 1px;	*/
}
.divBody2{
	width:100%;
	height:350px; 
	overflow:auto;
	background-color:#2a2a2a;
	/*border: dashed 1px;	*/
	
}
img{
	border:none;
}

a:link, a:visited {
 text-decoration: none;
}

a:hover, a:active {
 text-decoration: none;
}
.content-yello-12{
	font-size:12px;
	color:#fbf45e;				
}
.content-yello-14{
	font-size:14px;
	color:#fbf45e;				
}

.text-yello-bold-16{
	font-size:16px;
	/*font-weight:bold;*/
	color:#fbf45e;
}

.text-yello-12{
	font-size:12px;
	color:#fbf45e;				
}
.text-yello-12:hover{
	font-size:12px;
	color:#486fa6;				/* blue colour */
}


.text-gray-bold-16{
	font-size:16px;
	/*font-weight:bold;*/
	color:#c5c5c5;	
}
.text-gray-12{
	font-size:12px;
	color:#c5c5c5;				
}
.text-gray-bold-12{
	font-size:12px;
	font-weight:bold;
	color:#c5c5c5;				
}
.text-gray-bold-12 a:hover{
	font-size:11px;
	font-weight:bold;
	color:#486fa6;				/* blue colour */
}

/***            footer                 ***/
.txt-gray-11{
	font-size:12px;
	color:#c5c5c5;				
}
.txt-gray-11 a:hover{
	font-size:12px;
	color:#486fa6;				
}
.txt-gray-bold-12{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#c5c5c5;				
}
.txt-gray-bold-12 a:hover{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#486fa6;				/* blue colour */
}
/***            end footer               ***/



