/* CSS Document */

body {
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding:0px;
	background-color: #5F5F5F;
	}


/* genaral  classes */
h1 {font-size: 100%;}
h2 {font-size: 95%;}
h3 {font-size: 90%;}
h4 {font-size: 85%;}
img a {cursor:hand}

a:link {  color: #0000ff; text-decoration: none;}
a:visited { color: #0000ff; text-decoration: none;}
a:hover, a:active {  color: red; text-decoration: underline;}


/* form elements */

input.button {	
	display: inline;	
	margin-left: 2px;	
	height: 20px;	
	background-color: #0065B0;	
	text-align: center;	
	padding-top: -1px;	
	border-style: solid;	
	border-color: #9BBFF4 #29446D #29446D #9BBFF4;	
	border-width: 3px 2px 2px 1px;	
	cursor: hand;	
	font-weight: bold;	
	color: #ffffff;
}

select.searchlist {
width:180px;
height:25px;
font-size: 100%;
}

input.searchtextbox {
	font-size: 100%;
	height: 18px;
	/* width: 180px; */
	color: #000000;
	padding:1px 0px 0px 3px;
}


/* form elements */

/* top menu*/

.top_menu{
color:#fff;
font-size:100%;
text-align:right;
background-color: #FF6600;
padding-right:15px;
height:26px;
vertical-align:middle;
font-size:90%;
}
.top_menu a:link {  color: #fff; text-decoration: none;}
.top_menu a:visited { color: #fff; text-decoration: none;}
.top_menu a:hover {  color: #fff; text-decoration: underline;}




/*main */


/* start - main body table */

table.body{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	margin: 20px 10px 10px 10px;
	width:98%;
}

table.body span.header{
    font-size:130%;
	font-weight:bold;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	line-height:120%;
	color:#FF6600;
}

table.body td{
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:0px 10px 10px 5px;
	line-height:160%;
	text-align:justify;
	font-size:85%;
}



/* end - main body table */




/* start short form classes */

#whitebg {
	border-width: 1px ;
	border-color: #fff;
	border-style:solid;
	background-color: #FFF8F4;
	padding: 5px;
	margin: 10px 5px 5px 5px;
}

#whitebg a:link; a:visited; a:active
	{	
	text-decoration: none;
	color:	#3333cc;
	}	
	
#whitebg a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

#contentdiv {
	border-width: 1px 3px 3px 1px;
	border-color: #99BBFF;
	border-style:solid;
	background-color: #E6EEFF;
	padding: 2px;
	margin: 5px 0px 5px 5px;
}
	
#contentdiv a:link; a:visited; a:active
	{	
	text-decoration: none;
	color:	#3333cc;
	}	
	
#contentdiv a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

.strong {
	font-size:110%;
	font-weight: bold;
	font-style: italic;
	color:#1B587C;
}

/* end  short form classes */

/* footer table */

table.footer{
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	width:95%;
	margin:10px auto;
}

table.footer td{
	border-style: solid;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	padding:10px 30px 10px 30px;
	font-size:80%; 
	text-align:center;
	color: #0a60a9;
	line-height:18px;
}
/* footer table ends */


.dropdown {
	font-size: 11px;
	font-family: arial;
}
