body {
	margin: 0;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: red;
	margin-bottom: 8px;
}

h1 {
	font-size: 12pt;
	color: red;
}
h2 {
	font-size: 10pt;
}

.copy, #main #rightcol {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	margin-bottom: 8px;
}

.copysm {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	margin-bottom: 8px;
}
.copy .image {
	padding:10px 0 3px 63px; 
	display:none
}
* html .copy .image{
	padding:7px 0 0 63px;
}
.copy .small {
	font-size: 8pt;
}
.copy .prodleft {
	float:left;
	width:280px;
}
.copy .prodright{
	float:right;
	width:200px;
}
.indent {
	margin-left: 10px;
}
#footer {
	margin-left: 25px;
	margin-top: 25px;
	background: url(images/footerbg.png) repeat-x top;
}

#footer td {
	padding-top: 30px;

	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	margin-bottom: 8px;
}
/* ------------------ Left Column --------- */
#main #leftcol {
	font-family: verdana, sans-serif;
	padding-left:24px;
	padding-right: 9px;
	width:190px;
}

/* ------------------ Right Column --------- */
#main #rightcol {
	padding-left: 24px;
}


/* ------------------ Stay Informed --------- */

.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}
.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 10px;
}

/* ------------------ FAQ page --------- */

dl.faq dt {
	color: red;
	font-style:italic;
	font-size: 13pt;
	margin-bottom: 8px;
}
dl.faq dd {margin:0;}


/* ------------------ Misc --------- */

.formprompt {
	color: #024F1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

div.hr_tandot {
	height: 8px;
	font-size: 1pt;
	background: url(images/hr_tandot.gif) repeat-x;
	margin: 12px 0;
}


/* ------------------ Print-Version Specific --------------------*/
#header_print { display:none; }
.printonly { display:none; }
@media print {
	td#leftcol { display:none; }
	td#gutter { display:none; }
	table#header { display:none; }
	div#header_print { display:block; width:650px; }
	table#main { width:650px; }
	table#footer { width:650px; }
	table#footer td { padding:0 !important; }
	.noprint { display:none; }
	.printonly { display: block; }
}

