*
{
	font-family: Verdana, Arial, sans-serif;
}

body, td
{
	font-size: 10pt;
}

h2
{
	font-size: 120%;
	margin: 5px;
	margin-top: 10px;
	border-bottom: 1px solid gray;
}

hr {
	border: none;
	border-bottom: 1px solid gray;

}

label
{
	font-weight: bold;
}

a img,:link img,:visited img 
{ 
	border: none; 
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  background-color: #959595;
}

#header 
{
	height: 50px; 
	color: white; 
	font-weight: bold; 
	font-size: 20px; 
	padding: 10px; 
	line-height: 50px;
	background-color: #122734; 
}

#header a
{
	text-decoration: none;
	color: white;
}

#header a:visted
{
	text-decoration: none;
	color: white;
}

#header a:hover
{
	text-decoration: underline;
	color: white;
}

#content
{
	text-align: center;
	padding: 10px;
}

table#cart th {
	font-size: 85%;
}
table#cart td { 
	padding: 4px; 
	text-align: center; 
	border-top: 1px solid #999999;
}
table#cart tfoot th {
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
table#cart th.money, table#cart td.money { text-align: right; }