body
{
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	background-color: #80000;
/*	background-image: url(images/background.gif);*/
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
	line-height: 150%;
}
table
{
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	line-height: 150%;
}

a
{
	text-decoration: none;
	/*color: #800000;*/
	color: blue;
}
a:hover
{
	text-decoration: underline;
	/*color: #800000;*/
	color: blue;
}

.nav a
{
	text-decoration: none;
	color: white;
}
.nav a:hover
{
	text-decoration: underline;
	color: white;
}

.box
{
	background-color: #FFFFFF;
	border: solid 1px black;
}
.nav
{
	color: white;
	font-size: 11px;
}
.heading
{
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}
.image1
{
	border: 1px solid #800000;
}
.image2
{
	border: 2px solid #800000;
}
.justify
{
	text-align: justify;
}
.product
{
	border: 1px solid #800000;
}
.gray10
{
	color: gray;
	font-size: 10px;
}