/* CSS Document */
/******************************************/
/*
Date	:- 	29/02/08
Author	:- 	Dhanesh mane
Filename:- 	css.css
Purpose	:- 	For applying style characteristics to the elements of a web document.
Used for files	:-	Common Stylesheet for most of the pages.
*/
/******************************************/
body{
	font-family:Arial;
	font-size:12px;
	color:#000;
	margin-top:10px;
}
.maintable
{
/*margin-left:74px;
margin-right:83px;*/
width:848px;
}
.submenubg
{
color:#00AEEF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
}
.submenubg1
{
color:#00AEEF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
vertical-align:top;
padding:5px;
}
a.submenus 
{
color:#00AEEF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
text-decoration:none;
}
a.onpage
{
color:#9AE4FF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
text-decoration:none;
}
/*a:link, a:visited, a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}*/
/* top style starts */
#menus
{
vertical-align:top;
}
#menus img
{
border:0px;
}
/* top menus ends */

/* footer starts */
#footerlinks
{
font-family:Geneva;
font-size:11px;
color:#B9B6B6;
padding-top:2px;
}
#footerlinks a
{
color:#B9B6B6;
text-decoration:none;
padding-right:8px;
padding-left:10px;
}
#footerlinks a:hover
{
color:#B9B6B6;
text-decoration:underline;
}
#footer
{
background-color:#00AEEF;
text-align:left;
padding: 6px 0 0 8px;
height:20px;
margin-left:10px;
width:644px;
font: 11px Arial;
color: #fff;
}
#footer a
{
	font: 11px Arial;
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

/* footer ends */
.content
{
font-size:11px;
text-align:left;
line-height:11px;
padding-right:3px;
color:#858484;
}		
.contentbold
{
font-size:11px;
font-weight:bold;
line-height:12px;
color:#858484;
}

a.contentlink
{
font-size:11px;
font-weight:bold;
line-height:12px;
color:#858484;
text-decoration:none;
}
a.contentlink:hover
{
font-size:11px;
font-weight:bold;
line-height:12px;
color:#858484;
text-decoration:underline;
}

.contenthead
{
font-size:16px;
font-weight:bold;
color:#858484;
}


.contentorange
{
font-size:11px;
font-weight:bold;
line-height:12px;
color:#FF9600;
}

a.orangelinks
{
font-size:11px;
font-weight:bold;
line-height:12px;
color:#FF9600;
}

a.orangelinks:hover
{
font-size:11px;
font-weight:bold;
line-height:12px;
color:#FF9600;
}

a.maillinks
{
color:#00AEEF;
font-size:11px;
font-weight:bold;
line-height:12px;
text-decoration:none;
}
a.maillinks:hover
{
color:#00AEEF;
font-size:11px;
font-weight:bold;
line-height:12px;
text-decoration:none;
}