﻿body 
{
	font-size: 12px;
	font-family: Verdana;
}
a
{
	text-decoration:none;
	color:Black;	
}
a:hover
{
	text-decoration:underline;
}
.TableTopBanner
{
	width: 160px;
	height: 150px;
	vertical-align: top;
}
.SubTableMiddle
{
	background-color:#003366;
	color: #ffffff;
	text-indent:5px;
	height: 16px;
	border-bottom:solid 4px #0066CC;
}
.SubTableMiddleBanner
{
	width: 480px;
	height: 68px;
}
.FooterText
{
	margin-top:5px;
	font-family: Tahoma;
	font-size: 10px;
}
.SubTablePoweredBy
{
	width: 160px;
	height: 68px;
	background-image: url('./Images/powered_by.jpg');
}
.CartTotalPrice
{
	vertical-align:middle;
	height:20px;
	border-top:solid 1px black;	
	padding-top:7px;
}