#ProductTable {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	font-size: 12px;
	width:500px
}
#ProductDescription {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	font-size: 12px;
}

#ProductItem {
	vertical-align: middle;
	padding: 2px;
	color: #808080;
}
#ProductText {
	vertical-align: middle;
	padding: 2px;
	color: #000000;
}

#ProductList {
	vertical-align: middle;
	padding: 2px;
	color: #000000;
	font-weight: bold;
}

#ProductInStock {
	vertical-align: middle;
	padding: 2px;
	color: #006400;
	font-weight: bold;
}
#ProductNotInStock {
	vertical-align: middle;
	padding: 2px;
	color: #8B0000;
	font-weight: bold;
}
#ProductItem {
	vertical-align: middle;
	padding: 2px;
	color: #808080;
}

#ProductTitle {
	vertical-align: middle;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #3e607b;
}
#ProductPrice {
	font-weight: bold;
	color: #3e607b;
	vertical-align: middle;
	font-size: 14px;
}
#TableOutline {
	border: thin solid #3e607b;
}

#TableHeading {
	color: #FFF;
	background-color: #3e607b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#TableContent {
	color: #3e607b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#GenericText{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}

#TableTotal {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	margin-top: 4px;
}

#TableText {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

#UpDownMargin {
	border-left-width: thick;
	border-left-style: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3e607b;
	border-bottom-color: #3e607b;
}
#DownMargin {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3e607b;
}

a:link{
	font:Verdana, Geneva, sans-serif
	text-decoration:none;
	color: #3e607b;
	font-weight: bold;		
}
a:visited{
	font:Verdana, Geneva, sans-serif
	text-decoration:none;	
	color: #3e607b;	
	font-weight: bold;
}
a:hover{
	font:Verdana, Geneva, sans-serif
	text-decoration:none;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	}

