
.footer {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
.default {
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bolder;
}
.products {
	z-index:100;
	/* display:none; */
	width:665px;
	height:75px;
	top:0px;
}
.topNav {
	z-index:10;
	width:100%;
	height:100px;
	top:0px;
	background-image: url(images/bkgn-nav.gif);
	background-repeat: repeat-x;
}
.sideNav {
	z-index:20;
	height:auto;
	top:0px;
	width: 173px;
	background-image: url(images/bkgn-side2.gif);
	background-repeat: repeat-y;
}
.headingTitle {
	color: #2c02a7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	text-transform: uppercase;
}
.caption {
	border-style: dashed;
	border-color: #090;
	border-width: thin;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.quote:first-letter {
	background: url("../images/startquote-grey.gif") no-repeat scroll left top !important;
	margin:0px 0px;
    height:1.3em; padding:1px 0pt 3px 15px; width:12px;
}
.quote:first-line {
	background: url("../images/startquote-grey.gif") no-repeat scroll left top !important;
	margin:0px 0px;
    height:1.3em; padding:1px 0pt 3px 15px; width:12px;
}
.quote {
	background: url("../images/endquote-grey.gif") no-repeat scroll right bottom;
	margin:10px 0px;
	padding: 10px 10px;
	font-style: italic;
}
.quote_name {
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: right;
	font-style: italic;
}
.products_hr {
	color:#060;
	size: 3;
}
