body{
   position: relative;
	width:100%;/*255*/
	height:360px;
	z-index:1;
	/*text-align:justify;*/
	overflow:auto;
	* scrollbar colors */
	scrollbar-face-color :#004B6E; 
	scrollbar-highlight-color :#BFD881 ; 
	scrollbar-3dlight-color :#B3DED7 ; 
	scrollbar-shadow-color : #616161; 
	scrollbar-darkshadow-color :#141318 ; 
	scrollbar-track-color :#a1bde5; 
	scrollbar-arrow-color : #004B6E;
}

.myfont {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color:#333333;
	
}
.data {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color:#333333;
	
}
.myfontBold {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color:#333333;
	FONT-WEIGHT: Bold;
}
.title {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color:#333333;
	FONT-WEIGHT: Bold;
}
.Welcome{
	font-family: Arial;
	font-size:13px;
	line-height: 18px;
	font-weight: normal;
	color:#FF6600;
	
}	
.OrangeTitle{
	font-family: Tahoma;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color:#FF6600;
	FONT-WEIGHT: Bold;
}	

.BlackTitle{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	FONT-WEIGHT: Bold;
	
}

.more {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.more A{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.more A:hover{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}