BODY {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color : #ffffff;
  margin: 0px
}

H1{
  font-size: 12px;
	color : #0071BD;
}
H1.top_menu{
  font-size: 9px;
	color : #0071BD;
	padding-left:10px;
	padding-top:0px;
}
H2{
  font-size: 10px;
	color : #0071BD;
}

H2.title{
  font-size: 18px;
	color : #0071BD;
}

A, A:LINK, A:VISITED {
	color: #0071BD;
		text-decoration: none;
		
}
A:HOVER {
	color: red;
	text-decoration: none;
}


.body_main {
	background-color: White;
	border : thin solid #000000;
margin-left: auto;
margin-right: auto;
}

.nav_main {
	font-size : 14px;
	padding: 5px;
	background-image : url(/assets/themes/turquoise/navbg.jpg);
	background-repeat : repeat-x;
	height: 25px;
    vertical-align: top;
}


.nav_sub_header {
	font-size : 14px;
	padding: 3px;
	height:25px;
    vertical-align: middle;
	color: white;
	background-image : url(/assets/themes/turquoise/navbg.jpg);
	background-repeat : repeat-x;
}


.nav_sub {
	font-size : 12px;
	padding: 5px;
	height:10px;
    vertical-align: middle;
	background-color: #666666;
	border-bottom : thin solid #BBBBBB;
	border-left : thin solid #BBBBBB;
	border-right : thin solid #BBBBBB;
		border-top : none;
		color:white ;
			font-size : 16px;
}

.input_std {
	background-color: White;
	border : thin solid #DDDDDD;
	width : 150px ;
}
.nav_pulldown {
	background-color: White;
	border : thin solid #DDDDDD;
}

.category_header {
	background-color: White;
	border : thin solid #DDDDDD;
}
TABLE.std_data_table {
	border : thin solid #DDDDDD;
}

.std_data_header {
	background-color : #1478B2;
	height: 40px;
	font-size : 12px;
	font-weight : bold;
}
.std_data_body {
	background-color : #85C9F1;
	font-size : 10px;
}
.std_data_bodya {
	border : thin solid #DDDDDD;
	background-color : #A7D8F5;
	font-size : 10px;
}
.std_data_footer {
	border : thin solid #DDDDDD;
	background-color : #EEEEEE;
}
.std_text_header {
    font-size : 14px;
}
.std_text {
	font-size : 10px;
}
.std_text_white {
	font-size : 10px;
	color : White;
}
.std_bg_dark {
	background-color : #1478B2;
}
.std_bg_med {
	background-color : #85C9F1;
}
.std_bg_light {
	background-color : #A7D8F5;
}

ul.std {
	padding-left: 10px;
}


.searchbox {
	border : thin solid #ffffff;
	background-color : #000000;
	color: white;
	padding: 5px;
}

.topnav ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.topnav ul li{
    position: relative;
    display: inline;
    float: left;
	width:80px;
}

/*Top level menu link items style*/
.topnav ul li a{
	display: block; 
    color: white;
    padding: 8px 10px;
    border-right: 1px solid #778;
    color: #2d2b2b;
    text-decoration: none;
	font-size: 10px;
}

* html .topnav ul li a{ /
    display: inline-block;
}

.topnav ul li a:link, .topnav ul li a:visited{
    color: white;
}

.topnav ul li a.selected{ 
    background: black;
    color: white;
}

.topnav ul li a:hover{
	color: #00FFFF;
}

A.topnav_link {
	color: #ffffff;
		text-decoration: none;
}

A.topnav_link:HOVER {
	color: red;
		text-decoration: underline;
}
.left_nav {
	border : thin solid #ffffff;
	background-color : #EEEEEE;
}
.center_box{
	border : thin solid #6F6F6F;
	background-color : #EEEEEE;
	height : 40px;
	width:95% ;
}
.styled_border{
	border : thin solid #1478B3;
}

.prod_tab {
	height : 25px;
	border-left-color : #B7B7B7;
	border-right-color : #B7B7B7;
	border-left-style: solid;
	border-right-style: solid;
	border-width : 2px;
	border-top-color :black;
	border-top-style : solid;
	border-top-width : 3px;
	}

.prod_tab_sel{
	height : 25px;
	border-left-color : #B7B7B7;
	border-right-color : #B7B7B7;
	border-left-style: solid;
	border-right-style: solid;
	border-width : 2px;
	border-top-color :red;
	border-top-style : solid;
	border-top-width : 3px;
	}

.page_container{
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
width: 950px;
}

.red-header{
	color: red;
	font-size : 14px;
	font-weight : bold;
	
}

.footer_std_text {
	color: #ffffff;
	font-size : 11px;
	font-weight : bold;

}

/* imported css */


