BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background : #516EA8;
}
A:ACTIVE, A:LINK, A:VISITED {
	font-size: 12px;
	color: #516EA8;
	font-weight: bold;
}
A:FOCUS, A:HOVER {
	font-size: 12px;
	color: 0B166F;
	font-weight: bold;
}
A:ACTIVE.nav, A:LINK.nav, A:VISITED.nav {
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
A:FOCUS.nav, A:HOVER.nav {
	font-size: 12px;
	color: #0B166F;
	font-weight: bold;
}
TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.copy {
	font-size: 12px;
}
td.link {
	font-size: 12px;
}
td.text {
	font-size: 12px;
}
TEXTAREA {
	font-size: 12px;
}
.fancy {
        border-style: groove;
}
.shadow {
        border-right : 4px solid;
        border-bottom : 4px solid;
}
#tabs {
	border-bottom: .5em solid #0B166F;
	margin: 0;
	padding: 0;
}
#tabs li { 
	display:inline; 
	border-top: .1em solid #0B166F;
	border-left: .1em solid #0B166F;
	border-right: .1em solid #0B166F;
}
#tabs li a {
	text-decoration: none;
	padding: 0.25em 1em;
	color: #000;
}
#home #tabs li#tab1 a,
#about #tabs li#tab2 a,
#specialty #tabs li#tab3 a,
#safety #tabs li#tab4 a,
#patent #tabs li#tab5 a,
#contact #tabs li#tab6 a,
#gallery #tabs li#tab7 a {
	padding: 0.25em 1em;
	background-color: #0B166F;
	color: #fff;
}