body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	}
a:hover {
	text-decoration: none;
	color: #FF9900;
	}
.copytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	font-weight: normal;
	}
a.copytext {
	font-weight: bold;
	}
a:hover.copytext {
	color: #FF9900;
	}
hr {
	color: #FF9900;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.img {
	border: 1px solid #000000;
	}
ul {
	list-style: square;
	}
h1 {
	color: #003366;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
h2 {
	color: #003366;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	}
h3 {
	color: #003366;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.info_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #050F72;
	background-color: #CEDFFF;
	border: 1px solid #050F72;
	padding: 2px;
}
.warn_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.red_text {
	color: #FF0000;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.largetext {	
	color: #000000;
	font-size: 24px;
}
/************************************************
New Left Nav Style
************************************************/
#navlist
{
	padding: 0px;
	margin-left: 0;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
}

#navlist li.top
{
	/*display: block;
	height: 25px;*/
	padding: 0.3em 0.0em 0.3em 0.5em;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	/*text-indent: 5px;
	text-align: left;*/
}

#navlist li a
{
	display: block;
	padding: 0.4em 0.4em 0.4em 0.4em;
	text-decoration: none;
	font-weight: bold;
}

#navlist li a:link { color: #000000;
	border-left: 1px #003366 solid;
	border-bottom: 1px #003366 solid; 
}
#navlist li a:visited { color: #000000;
	border-left: 1px #003366 solid;
	border-bottom: 1px #003366 solid; 
}

#navlist li a:hover
{
	color: #003366;
	background: #F0F0F0;
	border-left: 5px #003366 solid;
	border-bottom: 1px #003366 solid;
	text-decoration: bold;
}