body{
	background: #EEEEEE;
	margin: 0px;
	font-family: verdana;
}

hr.header{
	height: 1px;
	width: 100%;
}

hr.footer{
	height: 1px;
	width: 100%;
}

td.banner_menu{
	border-top: 1px solid black; 
	border-bottom: 1px solid black; 
	background: url('../images/vertical_gradient.jsp?width=1&height=30&start=999999&end=F1F1F1') repeat-x center;
}

a.banner_menu{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.banner_menu:hover{
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

td.body_content{
	padding: 10px;
	background: url('../images/vertical_gradient.jsp?width=1&height=10&start=555555&end=FFFFFF') repeat-x top #FFFFFF;
}

td.footprints{
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid black;
}

a.footprints{
	color: blue;
	text-decoration: none;
}

a.footprints:hover{
	color: red;
	text-decoration: none;
}

td.footer{
	font-size: 12px;
	background: url('../images/vertical_gradient.jsp?width=1&height=10&start=555555&end=EEEEEE') repeat-x top;
}

td.contact_panel{
	background: url('../images/vertical_gradient.jsp?width=1&height=600&start=DDDDDD&end=FFFFFF') repeat-x top;
	border: 1px solid black; 
	padding: 20px; 
	font-size: 12px;
}

td.login_panel{
	font-size: 12px;
}

table.panel{
	background: url('../images/vertical_gradient.jsp?width=1&height=600&start=DDDDDD&end=FFFFFF') repeat-x top;
	border: 1px solid black; 
	padding: 20px; 
	font-size: 14px;
}

td.product_menu{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	background: url('../images/vertical_gradient.jsp?width=1&height=35&start=BBBBBB&end=F1F1F1') repeat-x center;
	text-align: center;
	padding: 3px;
	width: 300px;
	font-size: 14px;
	cursor: pointer;
}

th.product_menu{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	background: #003366;
	text-align: center;
	padding: 3px;
	width: 300px;
	font-size: 14px;
	color: white;
}

td.product_menu_hover{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	background: url('../images/vertical_gradient.jsp?width=1&height=35&start=003366&end=CCCCCC') repeat-x center;
	color: white;
	text-align: center;
	padding: 10px;
	width: 300px;
	font-size: 14px;
	cursor: pointer;
}

td.product_description{
	border: 1px solid black;
	text-align: justify;
	padding: 20px;
	font-size: 14px;
	height: 300px;
}

div.search_examples{
	font-size: 10px;
	background: #cccccc;
}

table.searchresults{
	border-collapse: collapse;
}
th.searchresults{
	border: 1px solid black;
	font-size: 12px;
	padding: 3px;
	background: url('../images/vertical_gradient.jsp?width=1&height=70&start=003366&end=CCCCCC') repeat-x top;
	color: white;
}
td.searchresults{
	border: 1px solid black;
	font-size: 12px;
	padding: 3px;
	background: white;
}
a.searchresultsth{
	color: white;
}
a.searchresultstd{

}

/*
td.tab_active{
	background: url('../images/tab.jsp?height=25&width=125&border=000000&fill=CCCCCC&background=FFFFFF&active=true') no-repeat center;
	width: 123px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
*/

td.tab_active{
	background: url('../images/vertical_gradient.jsp?width=1&height=25&start=AAAAAA&end=CCCCCC') repeat-x top #CCCCCC;
	width: 12%;
	height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/*
td.tab_inactive{
	background: url('../images/tab.jsp?height=25&width=125&border=000000&fill=003366&background=FFFFFF&active=false') no-repeat center;
	color: white;
	width: 123px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid black;
	cursor: pointer;
}
*/

td.tab_inactive{
	background: url('../images/vertical_gradient.jsp?width=1&height=23&start=003366&end=6699CC') repeat-x top #6699CC;
	color: white;
	width: 12%;
	height: 25px;
	text-align: center;
	font-size: 13px;
	border: 1px solid black;
	cursor: pointer;
}

table.tab_document{
	width: 95%;
	border-collapse: collapse;
}

td.tab_spacer{
	border-bottom: 1px solid black;
	width: 1%;
}	

td.tab_end_rp{
	border-bottom: 1px solid black;
	width: 21%;
}

td.tab_end_cs{
	border-bottom: 1px solid black;
	width: 10%;
}

td.tab_end_vt{
	border-bottom: 1px solid black;
	width: 88%;
}

td.tab_body{
	background: url('../images/vertical_gradient.jsp?width=1&height=200&start=CCCCCC&end=EEEEEE') repeat-x top #EEEEEE;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.ownership{
	background: white; 
	border: 1px solid black;
	border-collapse: collapse;
}
td.ownership{
	padding: 3px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
}
th.ownership{
	padding: 3px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: left;
}

td.standard_text{
	font-size: 12px;
}

td.search_form{
	font-size: 12px;
	font-weight: bold;
}
td.notice{
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-align: center;
}
td.notice1{
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-align: center;
}

@media print {
.noprint
 {
visibility: hidden;
 }
}