/* CSS Document */

body {
	background: white;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h1 {
	font-size:16pt;
	text-align:center;
	border-bottom: 1px dashed #b2b2b2;
	padding:10pt;
	}
	
h2 {
	font-size:14pt;
	font-weight:300;
	}
	
h3 {
	font-size:12pt;
	}
	
p {
	font-size:10pt;
	}
	
img {
	border:0;
	}
	
#MenuCol, #Footer, #SmallColReversed, #Right25, #Local, #SubLinks, #QuickProductLinks {
	display: none;
	}
	
#Content, #footer {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
.pushDownLine {
border-top:3px dotted #ccc;
height:15px;
width:100%;
}
