body{
	/*scrollbar-3dlight-color:#333333;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#666666;
    scrollbar-darkshadow-color:#666666;
    scrollbar-face-color:#666666;
	scrollbar-track-color:#666666;
    scrollbar-highlight-color:#666666;
    scrollbar-shadow-color: #333333;*/
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color:#f4f4f0;
}

.bgwhite {
	background:#FFFFFF;
}
.button { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a:hover.button { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}
.whitetext {
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}
.whitetext-big {
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
	}
	
.black-big {
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	}
	
	.padding-left {
		padding-left: 10px;
		}
/*-------------------------------------------new----*/
.white-bg {
	background-color:#ffffff;
		}
.black-bg {
	background-color:#000000;
		}		

.white-border {
	border-top:solid #9B9B9B 1px;
	border-bottom:solid #9B9B9B 1px;
		}
.white-border-bottom {
	border-bottom:solid #969595 1px;
		}		
		
.grey-border {
	border-bottom:solid #272727 1px;
		}
/*-------------------------------------------new----*/

.green-bg {
	background-color:#CCFFCC;
		}
.grey1-bg {
	background-color:2F2F2F;
		}	


.yellow-bg {
	background-color:#FCFB96;
		}

.mainborder {
	border-left:solid #000000 1px;
	border-right:solid #000000 1px;
	border-top:solid #000000 1px;
	border-bottom:solid #000000 1px;
}
.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	}

.bodytext-bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}

.bodytext-brown {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8D0E02;
	text-decoration:none;
	}
	
.padding-main {
padding: 5px;
}
/* Added by Prasad 3rd Jan 2007 */

.border-1 {
	border-top:solid #896DAB 1px;
}
.border-2 {
	border-bottom:solid #896DAB 1px;
}
/*--------------------------*/
/* CSS Document */
.popup{
	position: relative;
	z-index: 0;
}
.popup:hover{
	background-color: transparent;
	z-index: 50;
	
}
.popup span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 2px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:auto;
}
.popup span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.popup:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 65px; /*position where enlarged image should offset horizontally */
	height:auto;
	width:200px;
	
}