/* General CSS Start Here */
			
/* ------------------------------------Comman Class--------------------------------- */
	body {
		background-color: #f0aa33;
		
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

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

	a:link {
		font-style: normal;
		font-weight: normal;
		color: #dc9824;
		text-decoration: none;
	}
	a:visited {
		font-style: normal;
		font-weight: normal;
		color: #dc9824;
		text-decoration: none;
	}
	a:hover {
		font-style: normal;
		font-weight: normal;
		color: #b07819;
		text-decoration: none;
	}

	/* Default Text Box Class */
	.button {
		BORDER-RIGHT: 1px outset #136197;
		BORDER-TOP: 1px outset #136197;
		BORDER-LEFT: 1px outset #136197;
		BORDER-BOTTOM: 1px outset #136197;
		BACKGROUND-COLOR: #15649b;
		background : #15649b;
		FONT-SIZE: 11px;
		VERTICAL-ALIGN: middle;
		COLOR: #ffffff;
		FONT-WEIGHT: bold;
		cursor: hand;
		height:25px;
		padding-left:5px;
		padding-right:5px;
		border-style: inset;
	}
	
	/* Default Text Box Class */
	.textbox {
		font-family: Arial, Verdana,  Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		border: 1px solid #CCCCCC;
	}
	
	/* error Class */
	.errorclass {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #ff0000;
		text-decoration: none;
		text-align: right;
	}
	
	
	/* success Class */
	.successclass {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color: #669900;
		text-decoration: none;
		text-align: right;
	}



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




/* ----------------- Top Section Class Start----------------- */

		/* Top Navigation Class*/
		a.toplink{
			font-style: normal;
			font-weight: normal;
			color: #ffffff;
			text-decoration: none;
			padding-left: 9px;
			padding-right: 10px;
			text-transform:uppercase;
			}
			
		a.toplink:link {
			color: #ffffff;
			text-decoration: none;
			}
					
		a.toplink:visited {
			color: #ffffff;
			text-decoration: none;
			}
				
		a.toplink:hover {
			color: #aac2d4;
			text-decoration: none;
			}
			
			
				
/* ----------------- Top Section Class End----------------- */
	
			
			

				



/* ---------- Middle Section Class Start -------- */	


		/* Top Navigation Class*/
		.pagehead{
			font-style: normal;
			font-weight: bold;
			color: #f0aa33;
			font-size:28px;
			text-decoration: none;
			padding-left: 9px;
			padding-right:35px;
			
			}
		.ortab{
	background-color: #333333;
	color:#f0aa33;
	height:25px;
	padding-left:10px;
	font-weight:bold;
	letter-spacing:0.05em;
	text-transform: uppercase;
}
			
		.whitebold{
			font-style: normal;
			font-weight: bold;
			color: #ffffff;
			font-size:12px;
			text-decoration: none;
			}
		.orangebold{
			font-style: normal;
			font-weight: bold;
			color: #f0aa33;
			font-size:12px;
			text-decoration: none;
			}
			
		
		.contentpadding{ padding-left:15px; padding-right:15px;  }

			.orhd{
				font-size: 13px;
				font-style: normal;
				font-weight: bold;
				color: #f0a933;
				text-decoration: none;}	
	
			.orlink{
				font-size: 12px;
				font-style: normal;
				font-weight: bold;
				color: #f0a933;
				text-decoration: none;}
				
			a.orlink:link {
				font-weight: bold;
				color: #f0a933;
				text-decoration: none;}
				
			a.orlink:visited {
				font-weight: bold;
				color: #f0a933;
				text-decoration: none;}
				
			a.orlink:hover {
				font-weight: bold;
				color: #f0a933;
				text-decoration: none;}
				
				
			/* Middle Highlighted link Class */
			a.hllink{
				font-size: 11px;
				font-style: normal;
				font-weight: bold;
				color: #000000;
				text-decoration: none;}
				
			a.hllink:link {
				font-weight: bold;
				color: #15649b;
				text-decoration: none;}
				
			a.hllink:visited {
				font-weight: bold;
				color: #15649b;
				text-decoration: none;}
				
			a.hllink:hover {
				font-weight: bold;
				color: #999999;
				text-decoration: none;}
				
				

			


				
/* ---------- Middle Sectioon End -------- */
				

				
/* ---------- Bottom Sectioon Start -------- */
				
			/* Bottom Copy Right Class */
				
			.copyright {
					font-size: 11px;
					font-style: normal;
					font-weight: normal;
					color: #000000;
					aling:center;
				}
				
			
			/* Bottom Avileax Class */
			a.avilink{
				font-size: 11px;
				font-style: normal;
				font-weight: bold;
				color: #000000;
				text-decoration: none;}
				
			a.avilink:link {
				font-weight: bold;
				color: #000000;
				text-decoration: none;}
				
			a.avilink:visited {
				font-weight: bold;
				color: #000000;
				text-decoration: none;}
				
			a.avilink:hover {
				font-weight: bold;
				color: #000000;
				text-decoration: underline;}			
				

				
				
/* ---------- Bottom Sectioon End -------- */

				
			/* General CSS End Here */
			
			.ocherbg {
	background-color: #F0AA33;
}
.blackbg {
	background-color: #000000;
}

