/* CSS Document */

body {
	background-color: #333333;
	color:#CCCCCC;
	font-size:12px;
	margin: 0px 0px 0px 0px;
}

#wrapper {
	background:url(/images/wrapperbg.gif);
	background-repeat:repeat-y;
	width: 740px;
	padding: 10px 30px 10px 30px;
	text-align: left;
	margin: 0 auto;
	background-color: black;
    }

#wrapper-top {
	background:url(/images/wrapper-topbg.gif);
/*	background-repeat:repeat-y;*/
	height: 20px;
	width: 740px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	margin: 0 auto;
	background-color: black;
    }

#wrapper-bot {
	background:url(/images/wrapper-botbg.gif);
/*	background-repeat:repeat-y;*/
	height: 20px;
	width: 740px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	margin: 0 auto;
	background-color: black;
    }

#container {
/*	background:url(images/wrapperbg.gif); */
	background-repeat:repeat-y;
	width: 740px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0 auto;
	background-color: black;
    }
	
a:link {
	color            : #FF9900;
	text-decoration  : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color            : #FF9933;
	text-decoration  : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color            : #FFFFFF;
	text-decoration  : none;
}

a:active {
	color            : #CCCCCC;
	text-decoration  : none;
}


h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 14px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h5 {
	margin: 20px 50px 20px 50px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	color: #FFF;
	border: solid thin #FF6600;
	background-color:#000000;
}
p {
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

li {
	margin: 0;
	padding: 0 10px 0 0;
}

strong {
	color: #FFCC66;
}

em {
	font-style: normal;
	color: #FF3300;
}

.ahujastyle1 {
	font-size:14px;
	color:#FFFFFF;
	background-color:#333333;
	border: solid thin #FFFFFF;
	margin: 10px 100px 10px 100px;
	padding: 10px;
	line-height: 16px;
}

.ahujastyle2 {
	font-size:14px;
	color:#FFFFFF;
	background-color:#222222;
	border: solid thin #FFFFFF;
	margin: 10px 100px 10px 100px;
	padding: 10px;
	line-height: 16px;
}

.border {
	border: thick solid #CCCCCC;
}

.border:hover {
	border: thick solid #FF9900;
}
