.stock {
	font-size : 14px;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
}

.navdiv {
	font-size : 14px;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #D2D2D2;
}

.itemtext {
	font-size : 16px;
	font-family : Times Roman, Times, Palatino, serif;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
}


A.botnav:hover {
	color : white;
	font-size: 18px;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}

A.botnav:active {
	color : white;
	font-size: 18px;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}

A.botnav:visited {
	color: #E10808;
	font-size: 18px;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
}
	
.botnav {
	font-size : 18px;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #333333;
font-size : 16px;
font-family : Helvetica, Arial, Verdana, sans-serif;
font-weight : bold;
font-style : normal;
color : #FF0000;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #000;
color: #FF0000;
padding: .2em .6em;
}

li 
a:hover
{
background-color: #333333;
color: #FFFFFF;
}

li 
a:current
{
background-color: #555555;
color: #FFFFFF;
}

.here {
background-color: #555555;
padding: .2em .6em;
font-size : 16px;
font-family : Helvetica, Arial, Verdana, sans-serif;
font-weight : bold;
font-style : normal;
color : #FFFFFF;
}

BODY { background-color: #000000 }


A:visited {
	color : red;
}

A:hover {
	color : white;
}

.floatimgleft {
 float:left;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:10px;
}
 
 .floatimgright {
 float:right;
 margin-top:10px;
 margin-left:10px;
 margin-bottom:10px;
}