body
{
	background-image:url(../Images/BG.gif);
	scrollbar-face-color:#bebebe;
    scrollbar-shadow-color:#666666;
    scrollbar-highlight-color:#666666;
    scrollbar-3dlight-color:#666666;
    scrollbar-darkshadow-color:#666666;
    scrollbar-track-color:#666666;
    scrollbar-arrow-color:white;
}

.clsText
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #4c4646;
	line-height: 14px;
}


.clsMenuText
{
	font-size: 11px;
	font-family: Verdana;
	font-weight:normal;
	color: Black;
	line-height: 14px;
}

.clsWhiteText
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: white;
}

.clsTextBox
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: Black;
	padding-left: 2px;
	clip: rect(auto 1px 1px auto);
	border-left: gray 1pt inset;
	border-right: gray 1pt inset;
	border-bottom: gray 1pt inset;
	border-top: gray 1pt inset;
}

.clsAdminButton
{
	cursor: hand;
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	background-color: #617c17;
	border-right: olive 1pt ridge;
	border-top: olive 1pt ridge;
	border-left: olive 1pt ridge;
	border-bottom: olive 1pt ridge;
}

.clsError
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: red;
}

.clsHeading
{
	font-size: 13px;
	font-family: Verdana;
	font-weight: Bold;
	color: Black;
}

.clsDGHead
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: White;
	background-color: Gray;
}

.clsDGPager
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
}
.clsDivTransparent
{
	position:absolute;
	z-index:1;
	display:none;
	background-color:#fcf000;
	filter:alpha(opacity=25);
	-moz-opacity:0.5;
	opacity:0.5; 
	-khtml-opacity:0.5;
}

A
{
	font-weight: normal;
	font-size: 11px;	
	color:blue;
	font-family: Verdana;
	text-decoration: none;
}

A:hover
{
	
	font-weight: normal;
	font-size: 11px;
	color: orange;
	font-family: verdana;
	text-decoration: none;
}
