
/* fatDOG blockFire
 * Dynamic Style Sheet
 *
 * Colin McCloskey, 2002
 */

A {
	color: #0000AA;
	text-decoration: none;
}
A:hover {
	color: #0000AA;
	text-decoration: underline;
}
A.article {
	color: #666666;
	text-decoration: none;
}
A.article:hover {
	color: #333333;
	text-decoration: underline;
}
A.footer {
	color: #AAAAAA;
	text-decoration: none;
}
A.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
}

BODY {
	background-color: #666633;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}

H1 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0pt;
}
H2 {
	color: #008908;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0pt;
}
H3 {
	color: #590000;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0pt;
}

OPTION.hilight {
	 background-color: #CCCC99;					/* Lighter shade of background */
}

TABLE.body {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

TABLE.footer, TD.header {
	background-color:	#59592A;
	border-top: 		1px solid #000000;
	border-bottom: 	1px solid #000000;
}
TD {
	font-size: 8pt;
}
TD.body {
	background-color: #FFFFFF;
	background-image: url('../images/bkgcell_fatdog.gif');
	background-repeat: no-repeat;
	background-position: 100% 75%;
}
TD.sidebar {
	border-right: 1pt dashed #666633;
}