/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	}
img.product {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: 1px solid #666666;
}
.QuantityTable {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	border: 1px solid #666666;
}
TD {
	border:none;
	}
td.title {
	font-weight: bold;
	font-size: 11pt;
	}
td.price {
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	}
A {
	font-weight: bold;
	text-decoration:none;
	}
A:active {
	color: #3366CC;
	}
A:visited {
	color: #3399FF;
	}
A:hover {
	text-decoration: underline;
	}
	
P {
	font-size:10pt;
	}

h1 {
	font-size: 14pt;
	font-weight: bold;
	}
h2 {
	font-size: 12pt;
	font-weight: bold;
	}
h3 {
	font-size: 11pt;
	}
h4 {
	font-size: 10pt;
	display: inline;
	font-weight: bold;
	}
h5 {
	font-size: 10pt;
	}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	text-align: right;
	}
hr {
	width: 80%;
	color: #666666;
	background-color: #666666;
	height: 2px;
}

/* NetObject Fusion Styles (modified)*/
.TextObject { font-family: Arial, Helvetica, Verdana, sans-serif; }
.TextNavBar { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10pt; color: rgb(0,0,0); }
PRE { font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace, monospace; }

