.StyleSheet {
	background-color: #71BDBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;

}


A:link {
	text-decoration: none;
	color: #0000FF;
}
A:visited {
	text-decoration: none;
	color: #0000FF;
}
A:active {
	text-decoration: none;
	color: #0000FF;
}
A:hover {text-decoration: underline; color: #0000FF;}
.Link2 {
	color: #999999;
	text-decoration: underline;
}
.fixedfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.blackfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.redfontbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: RED;
}
.blackfontlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.blackfontSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	bgcolor: #000000;
}
.footerstyle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}

.Scrollstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	overflow: auto;  
	/*height: 295;*/ 
	/*width: 350; */
	height: 330;
        padding:0px; 
	margin: 0px;
	scrollbar-3dlight-color:#000000;
        scrollbar-arrow-color:#000000;
        scrollbar-base-color:#000000;
        scrollbar-darkshadow-color:#000000;
        scrollbar-face-color:#cccccc;
        scrollbar-highlight-color:#000000;
        scrollbar-shadow-color:#cccccc;
}
.TableBackground {
	background-color:#F0F0F0;
}