body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	list-style-type: square;
	background-image: url(images/bg_blue.gif);

}

H1
{
	color:  #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}

.bluebutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0099FF;
}

.redbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #CC0000;
}

.slightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}

.products a:link {
	color: #666666;
	cursor: default;
	text-decoration: none;
}
.products a:visited {
	color: #666666;
	cursor: default;
	text-decoration: none;
}
.products a:hover {
	color: #FF0000;
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	font-size: 10px;
	color: #EEEEEE;
}

.footer a:link {
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
}
.footer a:visited {
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
}
.footer a:hover {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}
.footer a:active {
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}
.hdot
{
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
}
.vdot
{
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
}
.vhdot
{
	background-image: url(images/dot.gif);
	background-repeat: repeat;
}
.mainTable
{
	background-color: #FFFFFF;
	border-top: 1px solid #222222;
	border-right: 1px none #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px none #222222;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC6600;
}
.sidesBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC6600;
	border-left-color: #CC6600;
}.blob {
	background-color: #ECE9D8;
	display: block;
	padding: 10px;
	height: auto;
	width: 100%;
	border: 1px solid #CC6600;
}
.button {
	width: 60px;
}
form {
	margin: 0px;
}
.outlineBDR {
	border: 1px solid #000066;
}
.topBDR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

