body
{	margin:0;
	padding:0;
	background-image:url(images/body_bg2.gif);
	background-attachment:fixed;
	/*background: #440066;  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.table_bg {
	background-image:url(images/t3.gif);
	background-repeat:repeat-y;
}

.hr {
	background-image:url(images/hr.gif);
	background-repeat:no-repeat;
	height:2px;
}

.login {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
.loginform {
	BORDER-RIGHT: #B1B1B1 1px solid; 
	BORDER-TOP: #B1B1B1 1px solid; 
	FONT-SIZE: 9px; BORDER-LEFT: #B1B1B1 1px solid; 
	COLOR: #000000; BORDER-BOTTOM: #B1B1B1 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF; TEXT-ALIGN: left; 
	TEXT-DECORATION: none
}

.login_bg {
	background-image:url(images/03.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

table#lineP P{
	text-align:justify;
	line-height:18px;
	padding:0px 5px;
}
	
/********************* MENU *************************/
#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #810B3C; 
}

#menu_left li { 
	list-style: none; 
}

#menu_left li a { 
	display: block; 
	color: #FFF; 
	background: #730403 url(images/arrow.gif) no-repeat center left; 
	width: 130px; 
	padding: 5px 23px 5px 23px; 
	margin: 0 0 1px 0; 
	font-weight: bold; 
	text-decoration: none; 
}	

#menu_left li a:hover { 
	background: #EE1F19 url(images/arrowH.gif) no-repeat center left; 
	color: #fff;  
}

/********************* SUB MENU *************************/
#menu_left li ul{
	background-color:#FFD78B;
}
	
#menu_left li ul li{
	background-color:#FFD78B;
	list-style:circle;
	list-style-image:url(images/sub_arrow.gif);
}
	
#menu_left li ul li a{
	display: block;
	color: #000;
	background: #FFD78B; 
	padding: 2px 2px 2px 4px;
	margin: 0 0 1px 0;
	font-weight: normal;
	text-decoration: none;
}	

#menu_left li ul li a:hover { 
	background: #FFD78B; 
	color: #F20801;  
}	
	
/*Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

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

a:active {
	text-decoration: underline;
	white-space:nowrap;
}

table#tablers td {
	text-align:center;
}
.color1{
	background-color:#F6F6F6;
}

.color2{
	background-color:#FFFFFF;
}

/**********************************************************/
.hello {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-transform:capitalize;
}

.text, p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.inputname, p {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/********* For Big Error in the center of the page ***************************/
.error {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#CC3300;
	font-weight:normal;
	text-align:center;
}

/********* For Error text in the page  ***************************/
.error_text { 
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#CC3300;
	font-weight:normal;
	text-align:center;
}

/********* For Big Success in the center of the page ***************************/
.success {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#009900;
	font-weight:normal;
	text-align:center;
}

/********* For Big Success in the center of the page ***************************/
.success_text{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
	color:#009900;
	font-weight:normal;
	text-align:center;
}

.titles{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#111111;
	font-weight:bold;
	text-align:center;
}

.checkbox{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#111111;
	font-weight:normal;
	text-align:center;
}

.h1 {
	font-family: Helvetica, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#003366;
	font-weight: bold;
}

/********* Main Heading ***************************/
.subTitle {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family: "Arial", Helvetica, Sans-Serif;
	background-color:#EE1F19;
	padding:5px 25px;
	background-image:url(images/head_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.main_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
	letter-spacing:0px;
}

.main_head_bg {
	background-color:#730403;
	border:1px solid #730403;
	border-bottom:1px solid #FF7057;
}

.sub_head {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
}

.sub_head_sp {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:capitalize;
	border:1px solid #666666;
	background-color:#CCCCCC;
	padding:10px;
}

.regsub_head {
	
	background-color:#EEE1B5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

TH {
	padding-left:5px;
}

table.paddingLeft TD{
	padding-left:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table#bgcolor {
	background-color:#CCCCCC;
}

table#bgcolor TD LI{
	color:#FFFFFF;
	list-style:none;
	font-weight: bold;
	padding:5px;
	text-transform:uppercase;
}

table#bgcolor LI a {
	background: #730403 url(images/arrow.gif) no-repeat center left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#730403;
	padding-left:25px;
	text-transform:none;
}

table#bgcolor LI a:hover {
	background: #730403 url(images/arrowH.gif) no-repeat center left;
}

table#bgcolor TH {
	background-color:#FFD78B;
	font-size:10px;
}

H3 {
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:15px;
	clear:both;
}

#details {
	background-color:#FFF;
	border:1px solid #FFB833;
}

#details td{
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;	
	background-color:#FFB833;
}