@media print {
.print-only { display: inherit; visibility: display; }
}

@media screen {
.print-only { display: none; visibility: hidden; }
}

*	{ font-size: 11px; font-family: Tahoma,Arial,Verdana; }

a		{ color: #990000; }
a:hover { color: #666666; }

.ctFormat {
	line-height: 16px; 
	text-align: justify; 
}

p {
	margin-top: 15px;
	margin-bottom: 0px;
}

ul {
	margin: 3 0 0 24;
	padding-left: 0px;
}
li {
	margin-bottom: 3px;
}

/******************************/
.dfH1 { 
	margin: 0;
	font-size: 21px;
	color: #990000;
}

H1 { 
	margin: 0;
	font-size: 21px;
	color: #990000;
	display: inline;
}

H2 { 
	margin: 0;
	font-size: 21px;
	color: #666666;
	display: inline;
}

H3 { 
	margin: 0 0 0 0;
	font-size: 21px;
	color: #999999;
	display: inline;
	font-weight: normal;
}

H4 {
	margin: 0 0 0 0;
	font-size: 11px;
	text-align: left;
}
/******************************/
.divider {
	border-top: solid 12px #ffffff;
	border-bottom: solid 8px #ffffff;
	padding: 0; 
	background-image: url(../images/dline.gif);
}


/******************************/
td.navOff {
	border-bottom: solid 1px #ffffff;
}

td.navOn {
	border-bottom: solid 1px #ffffff; 
	border-top: solid 1px #A62A3E;
}

td.navSub {
	border-bottom: solid 1px #ffffff;	
	padding: 3 20 7 18; 
	line-height: 16px; 
	background-color: #F8F7F5;
}

a.navSubLink {
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	line-height: normal;
}

a:hover.navSubLink {
	color: #666666;
	text-decoration: none;
}
/******************************/
div.ArtPic {
	float: none; 
	margin: 20 0 3 0; 
	text-align: center; 
	font-size: 10px; 
	color: #888888; 
	line-height: 20px;
}

div.ArtPicRight {
	float: right; 
	margin: 0 0 12 26; 
	text-align: center; 
	font-size: 10px; 
	color: #888888; 
	line-height: normal;
}

/******************************/
.footer {
	font-size: 10px;
}
a.footer {
	color: #444444;
}
a:hover.footer {
	color: #990000;
}

