/* CSS Document */

/* ------------------------------------Comman Class--------------------------------- */
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);	
	}


	td,tr{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		color: #2a2a2a;
		text-decoration: none;
		}

	a:link {
		font-style: normal;
		font-weight: normal;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}
	a:visited {
		font-style: normal;
		font-weight: normal;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none;
	}
	a:hover {
		font-style: normal;
		font-weight: normal;
		color: #f3d130;
		font-size: 10px;
		text-decoration: none;
	}

	/* Default Button Class */
	.button {
		BORDER-RIGHT: 1px outset #a1a1a1;
		BORDER-TOP: 1px outset #a1a1a1;
		BORDER-LEFT: 1px outset #a1a1a1;
		BORDER-BOTTOM: 1px outset #a1a1a1;
		BACKGROUND-COLOR: #292929;
		background : #292929;
		FONT-SIZE: 11px;
		VERTICAL-ALIGN: middle;
		COLOR: #ffffff;
		FONT-WEIGHT: bold;
		cursor: hand;
		height:21px;
		padding-left:5px;
		padding-right:5px;
		border-style: inset;
	}
	
	/* Default Text Box Class */
	.textbox {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		color: #292929;
		text-decoration: none;
		border: 1px solid #CCCCCC;
	}
.redfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
}

	
	/* Label Class */
	.labelclass {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		text-align: right;
	}
	
	/* line Class */
	.hr	{	
		hight: 1px;
		color: #555555;
		}

	/* error Class */
	.errorclass {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #ff0000;
		text-decoration: none;
		text-align: center;
	}
	
	
	/* success Class */
	.successclass {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #669900;
		text-decoration: none;
		text-align: center;
	}



/* ------------------------------------comman Class--------------------------------- */

/* ---------- Bottom Sectioon Start -------- */
				
			/* Bottom Copy Right Class */
				
			.copyright {
					font-size: 11px;
					font-style: normal;
					font-weight: normal;
					color: #f6c56a;
					align:left;
				}
				
/* ---------- Bottom Sectioon End -------- */

/* ---------- General CSS start Here ---------- */

	.menu {
		font-style: normal;
		font-weight: normal;
		color: #292929;
		font-weight: bold;
		text-decoration: none;
	}
	a.menutop:link, a.menutop:visited, a.menutop:active { 
	    font-family:Arial, Helvetica, sans-serif; color: #ffffff;
		font-weight: bold; font-size:11px;
		text-decoration: none;
	}
	a.menutop:hover {
		color: #f3d130;
	}
	a.menu:link, a.menu:visited, a.menu:active{
	font-family:Arial, Helvetica, sans-serif; 
		font-weight: normal;
		color: #292929;
		font-weight: bold;
		text-decoration: none;
		font-size:11px;
	}
	 
	a.menu:hover {
		
		color: #f3d130;
		
	}

.padding {
	padding-right: 25px;
	padding-left: 25px;
}
.middleimage {
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
}
.whitetext {
	font-size: 11px;
	color: #FFFFFF;
}
.title {
	font-weight: bold;
	font-size: 13px;
	color: #c6a300;
}
.title1 {
	font-weight: bold;
	font-size: 12px;
	color: #2a2a2a;
}
.numtitle {
	font-weight: bold;
	font-size: 16px;
	color: #c6a300;
}

/* ---------- General CSS End Here ---------- */
