body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background_gradient.gif);
	font-size: small;
	color: #000000;
	background-color:#FFFFFF;
	text-align: left;
}

.links_heading_table_nav {
	border-top-width:0px;
	border-right-width: 4.5px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffb409;	
	border-left-color: #ffb409;	
}



.border_sides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ED5100;
	border-right-color: #ED5100;
	border-bottom-color: #ED5100;
	border-left-color: #ED5100;
}

a {
	color: #2E4DA7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	text-align: left;
}

.main_table {
	border: 2px none;
	background-color: #FFFFFF;
}
.white_outline {
	border: 1px solid #FFFFFF;
}


.heading_main {
	font-size: medium;
	color: #0D3CAC;
	font-weight: bold;
	padding: 2px;
}
.heading_sub {
	font-size: small;
	font-weight: bold;
	color: #41414A;
	padding: 2px 0px 2px 2px;
}


.content_text {
	font-size: small;
	color: #000000;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
}
.larger_text {
	font-size: medium;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
}


.tiny_text {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 2px;
}
.dim_text {
	color: #999999;
}
.white_link {
	color: #FFFFFF;
}

.blue_link {
	color: #545E7D;
}

.grey_link {
	color: #999999;
}

.blue_text2 {
	color: #075FB9;
}

a:visited { 
	color: #990033;

	}
a:hover { 
	color: #FCB315;
	}
a:active { 
	color: #006699;
	text-decoration: none;
	}



.table_heading {
	color: #FFFFFF;
	background-color: #545E7D;
	font-size: small;
	font-weight: normal;
}

.padded_cell {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
select {
	border: 1px solid #545e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545e7d;
	background-color: #FFFFFF;
	padding: 1px;
}
input {

	border: 1px solid #545e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545e7d;
	background-color: #FFFFFF;
	padding: 1px;
}
.submit_button {
	background-color: #545e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
textarea {
	border: 1px solid #545e7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545e7d;
	background-color: #FFFFFF;
	padding: 1px;
}
.footer_table {
	color: #CCCCCC;
	background-color: #ED5100;
	text-align: center;
}


.nav_table {
	background:url(images/interface2/nav_table_background.gif) repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED5100;
	border-right-color: #ED5100;
	border-bottom-color: #ED5100;
	border-left-color: #ED5100;
	
}

.blue_border {
	border: 1px solid #545E7D;
	font-size: small;
	font-weight: normal;
}

.green_border {
	border: 1px solid #00C100;
	font-size: small;
	font-weight: normal;
}


.blue_border_with_content_text {
	border: 1px solid #545E7D;
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
}


#button {
	width: 13.5em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	
	font-family:'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color:#075FB9;
	color: #D4DDED;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #D4DDED;
		margin: 0;
		}
		
		#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-right: 4px solid #9FCDF9;
		border-left: 8px solid #075FB9;
		background-color: #4B90D1;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		
		background-color: #ED5100;
		color: #fff;
		}
		
	#button #currentpage a {
		background: #ED5100;
		color: #FFFFFF;
	}
	
	#button #currentpage_nested a {
		background: #FFCC99;
		color: #FFFFFF;
		}
	
	#button #nested a:hover {
		background-color: #ED5100;
		color: #FFFFFF;
	}
		
		
		.form_table {
	color: #333333;
	background-color: #F2F2F2;
	font-size: small;
	font-weight: normal;
}


.border_sides_light_blue_bottom {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d5fd;
	font-size: small;
	color: #000000;
	padding:14px;
}


.textarea {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #aaFFFF;
	text-align: center;
}


.blue_table {
	background-color: #D4DDEd;
	border-bottom: 1px solid #A1BBE4;
	
}

.blue_table_top {
	background-color: #D4DDEd;
	border-bottom: 1px solid #A1BBE4;
	border-top: 1px solid #A1BBE4;
	
}

.yellow_table {
	background-color: #FFFFCC;
	border-bottom: 1px solid #FFDE5B;
	
}

.yellow_table_top {
	background-color: #FFFFCC;
	border-bottom: 1px solid #FFDE5B;
	border-top: 1px solid #FFDE5B;
	
}

.yellow_outline {
	/*background-color:#EAF5FB;*/
	background-color:#FFFFFF;
	border-bottom: 1px solid #FFDE5B;
	border-top: 1px solid #FFDE5B;
	
}

.mngrp1 {
	background-color: #D4DDEd;
	border-bottom: 1px solid #A1BBE4;
	
}

.mngrp2 {
	background-color: #BFD0EA;
	border-bottom: 1px solid #FFFFFF;
	
}
.mngrp3, .mngrp4 {
	background-color: #A1BBE4;
	border-bottom: 1px solid #BFD0EA;
}

.mngrpsel {
	background-color: #FFFFFF;
	border-bottom: 1px solid #A1BBE4;
}

.mngrpsub {
	background-color: #eaf0f9;
	border-bottom: 1px solid #A1BBE4;
	
}

.mngrpstart {
	padding-top: 15px;
	background-position: 5px 73%;
}


.mngrpsep {
	height: 18px;
	/*background-image: url(images/interface2/heading-corner.gif);*/
	background-repeat: no-repeat;
	background-color: #4b90d1;
}


/* bookmarks end */


.subdesc {
	padding: 3px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	margin-top: 3px;
	margin-bottom: 3px;
}

.green_btm {
	padding: 2px;
	border: 1px solid #00C100;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
}
 

/*styles*/
/*headings, paragraphs*/
h1, h2, h3, h4 {
	margin-top: 12px;;
	margin-bottom: 3px;
	margin-left: 8px;
	font-size: 100%;
	font-weight: bold;
	color: #0C3865;
	/*border-bottom: 1px dotted #CCCCCC;*/
	clear: both;
}

h1.blueheader {
	color:white;
	height: 15px;
	background-color: #4B90D1;
	padding: 2px;
	padding-left: 27px;
	margin-top: 20px;
	margin-bottom:8px;
	background-repeat: no-repeat;
}


.hgreen {
	color: #297b00;
}

.horange {
	color: #eb8810;
}

.hright {
	margin-left: 3px;
}

p {
	display: block;
	padding-left: 10px;
	margin-top: 2px;
	/*text-indent: 1.2em;*/
	text-align: left;
	margin-bottom: 3px;
	clear: both;
}

p.second {
	padding-left: 20px;
}

p.indexpage {
	padding-left: 35px;
}





.green {
	border-top: 1px solid #297b00;
	border-right: 1px solid #297b00;
	background-image: url(../img/green_rect.gif);
}


ul , ol {
	margin-left: 34px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}


hr {
	clear: right;
	color: blue;
	margin-left: 10px;
	margin-top: 0px;
	border: 1px solid #EEEEEE;
	margin-bottom: 2px;
}

hr.hidden {
	display: none;
}

a.ntext, a.ntext:visited {
	font-weight: bold;
	color: black;
}

a.ntext:hover {
	color: #0C3865;
}

a.blu {
	color: #0C3865;
}

a.yel {
	color: #EE8710;
}

a.whit, a.whit:visited {
	color: #FFFFFF;
}

a.linkmore, a.linkmore:hover {
	display: block;
	float: right;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 2px;
	color: #0C3865;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
	cursor: pointer;
	
}

a.linkmore:hover {
	color: #0C3865;
	background-color: #DDDDDD;
	/*border: 1px solid #0C3865;*/
}

a.linkproduct {
	
}

a.indexlinks, a.indexlinks:hover {
	display: block;
	float: none;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 10px;
	height: 40px;
	padding-left: 36px;
	color: #0C3865;
	font-weight: bold;
}

a.indexlinks:hover {
	color: #C61000;
	
}

.orngbtbg, .orngbtbgrt, .orngbtbglt {
	clear: both;
	padding: 1px;
	/*margin-bottom: 33px;*/
	height: 18px;
	background-image: url(images/interface2/btback.gif);
	background-repeat: repeat-x;
	
}

.green_heading {
	clear: both;
	padding: 1px;
	/*margin-bottom: 33px;*/
	height: 18px;
	background-image: url(images/interface2/btback_green.gif);
	background-repeat: repeat-x;
	
}


.green_search_table {
	background-image:url(images/search_table.gif);
	background-repeat:no-repeat;
	background-position:inherit
	
}

form { margin-bottom: 0 ; }


.orngbtbgrt, .orngbtbglt {
	float: right;
	width: auto;
	padding-right: 5px;
	margin-left: 10px;
	margin-bottom: 0;
}

.orngbtbglt {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
	
