A {
	FONT-SIZE: 12px; COLOR: #black; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: bold
}

A:hover {
	TEXT-DECORATION: none
}

A:link
{
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: bold
}

A:Visited
{
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: bold
}

A.small
{
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none
}

.nav {
	border-color:white; border-width:0px; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none; style="border-style: solid"; border-right-width:1px
}

.nav:hover {
	TEXT-DECORATION: bold
}

H4{COLOR: black; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

H5{COLOR: red; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

TD {
	FONT-SIZE: 11px; COLOR: #303030; FONT-FAMILY: Verdana, Helvetica
}
B {
	FONT-SIZE: 12px; COLOR: #303030; FONT-FAMILY: Verdana, Helvetica
}
P {
	FONT-SIZE: 13px; COLOR: #303030; FONT-FAMILY: Verdana, Helvetica
}
LI {
	FONT-SIZE: 13px; COLOR: #303030; FONT-FAMILY: Verdana, Helvetica
}
DIV {
	FONT-SIZE: 13px; COLOR: #303030; FONT-FAMILY: Verdana, Helvetica
}
.leftLinks {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica; TEXT-DECORATION: none
}
.subHeader {
	FONT-SIZE: 16px; COLOR: #d00000; FONT-FAMILY: Verdana,Arial, Helvetica
}
.spaced {
	MARGIN-TOP: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px
}

.A1 {
	FONT-SIZE: 12px; COLOR: black; FONT-WEIGHT: bold;  FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none
}

.styleY {
	BACKGROUND-COLOR: yellow
}

acronym
{cursor: pointer; border-bottom: #000 1px dotted}

.tdline{border-style:solid; border-color:black; border-width:0px; style="padding-left: 1px"; padding-right:3px; padding-top:0px; padding-bottom:0px; border-top-width:0px; border-right-width:1px; border-bottom-width:0px}


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}