P  {
	font-size : 13px;
}

H1  {
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

H2  {}

H3  {}

A  {
	color : #cccccc;
	text-decoration : none;
	font-weight: bold;

}

A:Hover  {
	text-decoration: underline;
}

BODY  {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	margin : 0;
	padding : 0;
	background-color : #999999;
	font-size : 13px;
}

TD  {
	font-size : 13px;
	line-height : 15pt;
}

caption  {
	font-size : 9pt;
	font-style : normal;
}

address  {
	font-size : 11px;
	font-style : normal;
}
.menu {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;

}
.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover  {
	text-decoration: underline overline;
}

.viewcartbutton {
    background-color: #e4e3e3;
    border: 1px solid #666666;
	border-radius: 3px;
    color: #000000;
    padding: 2px 12px;
    text-align: center;
    text-shadow: none;
	margin-left: 75px;
	font-weight: 100;
}
.viewcartbutton:hover {
    background-color: #c9e9fb;
    color: #000000;
	text-decoration: none;
}