/* form classes */
body {
padding: 0px;
margin:20px 0 20px 0px;
background-color:#0095D1;

}

form {
margin-bottom: 0px;
}
input, textarea, select {
border: 1px solid #282A2B;
font-size: 12px;
margin-left:5px;
}
.login-bottom-size
{
	font-size:10px;
	font-weight:bold;
	padding-top:5px;	
}
.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: 13px;
line-height: 1.5em;
}
.white 
{
	color: #ffffff;
	text-decoration:none;
}
.blue
{
	color: #002493;
}

.green
{
	color:#104400;
}
.orrange
{
	color:#F4940C;
}
.red
{
 color:#D11116;
}
.black
{
	color:#1C1C1C;
}
/* borders */

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;

}
.sample-title
{
	font-weight:bold;
	font-size:20px;
	padding:10px 0 0  0;
	text-align:center;
}

h1 {
font-size: 25px;
font-weight:bold;
margin-left:0px;

}
h3 {
font-size: 20px;
font-weight:bold;
margin-left:0px;
}

h2 {
font-size: 18px;
font-weight:700;
color:#353563;
}
h4
{
	font-size: 15px;
	font-weight:700;
}
img
{
	border:none;
}
.part1
{
	padding-left:95px;
}
/*--------suresh----*/

.header
{
	background-image:url(/static/header.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:286px;
	background-color:#FFFFFF;
}

.bull-left
{
	background-image:url(/static/bull1.jpg);
	background-repeat:no-repeat;
	background-position:15 6;
	padding-left:25px;
}
.title
{
	font-size:20px;
		
}

===================


.top-nav
{
	
	color:#ffffff;
	font-weight:800;
	font-size:12px;	
	text-decoration:none;
	text-align:center;
	padding-left:17px;
	padding-right:12px;	
}
.top-nav a
{
	color:#ffffff;
	font-weight:800;
	font-size:12px;	
	text-decoration:none;
	text-align:center;
	padding-left:17px;
	padding-right:12px;	
}
.top-nav a:hover
{
	color:#000000;	
	text-decoration:none;	
}