.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.catalogtext {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}

body {
	background-color: #000033;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}


/* BEGIN navbar css */
 #navcontainer { width: 180px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 140px;
background-color: #003366;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #336699;
color: #ffffff;
}

/* END navbar css */



/* BEGIN id navbar */
 #navcontainer2 { width: 180px; }

#navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer2 a
{
display: block;
padding: 3px;
width: 140px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer2 a:link, #navlist2 a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #369;
color: #fff;
}

/* END id navbar */


/* BEGIN sub navbar css */
#describe { width: 160px; }

#describe ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#describe a
{
display: block;
padding: 3px;
width: 140px;
background-color: #003366;
border-bottom: 1px solid #eeeeee;
color: #EEEEEE;
}

#describe a:link, #navlist a:visited
{
color: #EEEEEE;
text-decoration: none;
}

#describe a:hover
{
background-color: #336699;
color: #ffffff;
text-decoration: none;
}

/* END sub navbar css */



