/* Author : suresh dhamgaye  */
/* By : Meltmagic-India.com  */
/*  Year: 2009 */

/* form classes */

body 
{
	margin: 30px;
	padding: 0px;
	background-color:#ffffff;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;	
}
html 
{
 overflow-y: scroll !important;
}

form 
{
	margin-bottom: 0px;
}
input, textarea, select 
{
	border: 1px solid #282A2B;
	font-size: 12px;
	margin-left:0px;
}
.no-border 
{
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
}
.yes-border 
{
	border-style: solid;
	border-width: 1px;
	border-color:#993300;
}
/* page default settings */
td 
{
	font-family: arial, verdana, helvetica;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}
/*color*/
.white 
{
	color: #ffffff;
}
.red
{
	color:#980000;
}
.blue
{
	color:#2D4692;
}
.orange
{
	color:#E75700
}
img
{
	border:0px solid red;
}
/* Heading */
h1, h2, h3, h4, h5, h6 
{
	font-family: arial;
	margin: 0px;
	line-height: normal;
}
h1 
{
	font-size: 25px;
	font-weight:700;	
}
h3 
{
	font-size: 20px;	
	font-weight:600;	
}
h2 
{
	font-size: 18px;
	font-weight:700;
}


/*working property start here !*/

.header
{
	background-image: url("images/header.jpg");
	background-repeat:no-repeat;
	width:966px;
	height:211px;
}
.nav_back
{
	background-image: url("images/nav_right_bg.jpg");
	background-repeat:repeat-x;
	height:51px;
}
.top_link a
{
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
	padding:2px;
}
.top_link a:hover
{
	color:#950000;
	text-decoration:none;
}
/*selected*/

.top_link_selected a
{
	color:#950000;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
	padding:2px;
}
.top_link_selected a:hover
{
	color:#950000;
	text-decoration:none;
}
.box_bg
{
	background-image: url("images/box_top_right_bg.jpg");
	background-repeat:repeat-x;
	height:41px;
}

.box_bottom_bg
{
	background-image: url("images/box_bottom_right_bg.jpg");
	background-repeat:repeat-x;
	height:5px;
}
.border_box
{
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
}
.title
{
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
.bullet
{
	color:#2D4692;
	text-decoration:none;	
	font-size:13px;
	font-weight:700;	
	background-image: url("images/bullet1.jpg");
	background-repeat:no-repeat;
	background-position:25px 17px;
	padding-left:35px;		
}

.bullet1
{
	color:#2D4692;
	text-decoration:none;	
	font-size:13px;
	font-weight:700;	
	background-image: url("images/bullet.jpg");
	background-repeat:no-repeat;
	background-position:10px 5px;
	padding-left:25px;		
}
.bullet2
{
	
	text-decoration:none;		
	background-image: url("images/bullet.jpg");
	background-repeat:no-repeat;
	background-position:10px 6px;
	padding-left:25px;
	line-height:20px;		
}
.normal_text
{
	font-size:11px;
	text-decoration:none;	
	color:#666666;
}

