/* CSS Document */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
	border: none;
}
.lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 666666;
	text-decoration: none;
}
.headlinesections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: 666666;
	text-decoration: none;
}
.supportlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
}
.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
}
.competitionlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	color: #666666;
	text-decoration: underline;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #666666;
}
.red {
	color:#990000;
}
.bgPink {
	background-color:#fdf8ee;
}
.zeroed{margin:0;padding:0;border:none;}
#t-home-h1{/* Image replacement for home page h1 tag*/
	font-size:100%;line-height:normal;/*override .body style*/
	margin:0;
	padding: 32px 0 0 0;
	width:624px;
    overflow: hidden;
    background-image: url("main page graphics/main_cheadline.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:32px; /* Hack for IE < 6 */
}
@media screen{
.print{display:none;}
}
@media print{
#t-home-h1{display:none;}
.zeroed{margin:0;padding:0;border:none;}
.print{display:block;}
}