/* CSS Document */
/*table{ border-collapse:collapse; } */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	marginwidth: 0px; 
	marginheight: 0px;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
}

a {	
	color: #3A6897; 
	text-decoration: none;	
}

a:hover {
	color: #FF8C00; 	
	TEXT-DECORATION: none
}

.seperator{
	color:#FF8C00;
}

.text {
	font-family:Verdana;
	font-size:11px;
	text-align:justify;	
	line-height:1.5;
}

.page-heading {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #3A6897;
}

.page-sub-heading {
	padding-left:15px;	
	font-family: Verdana;
	font-size: 25px;
	font-weight:normal;
	margin-top:35px;
	color:#FFFFFF;
}
.p-heading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	color: #3A6897;
	text-decoration:underline;	
}
.sub-heading {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
	color: #3A6897;	
}

.sub-heading a {
	color: #3A6897;
	text-decoration:underline;
}

.sub-heading a:hover {
	color: #3A6897;
	text-decoration:none;
}

.footerbar {
    background-color: #3A6897;
    color: #ffffff;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbox {
    background-color: #f7f7f7;
    border: 1px dotted #cccccc;	
}

.navbox td {
   height:23px;
   text-align:center;	
}
.navheader{
	background-color:#3A6897;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;	
	font-family:Tahoma;
}

.navinput {
    border: 1px solid #cccccc;
    width: 95px;
}
.inputbox {
	font-family:Verdana, Arial, Helvetica, sans-serif
	margin-left:20px;
	border: 1px solid #cccccc;
	height: 20px;
	width: 300px;	
}
.submitbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: #3A6897;
    border: 1px solid #3A6897;
}
.searchbutton {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
	height:20px;
	width:80px;
    background-color:#FF8C00;
    border: 1px solid #3A6897;
}

/* Table Styles*/
#one-column-emphasis
{
	font-family: "Verdana", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	margin-top:20px;
	width: 90%;
	text-align: left;
	border-collapse: collapse;	    	
}

#one-column-emphasis th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px 15px;
	color: #039;	
}

#one-column-emphasis td
{
	padding: 6px 15px;
	color: #669;
	border-top: 1px solid #3A6897;	
}

.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;	
}

#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}
