body {
	background-color: #000000;
	background-image: url(/img/diamondplate180.jpg);
	background-attachment: fixed;
}

td {
	font-family: garamond, 'hoefler text', palatino, georgia;
}

td.t {
	background-image: url(/img/t.gif);
	background-repeat: repeat-x;
}

td.l {
	background: url(/img/l.gif) repeat-y;
}

td.r {
	background-image: url(/img/r.gif);
}

td.b {
	font-size: xx-small;
	font-weight: normal;
	font-variant: normal;
	font-family: arial, helvetica, sans-serif;
	background-image: url(/img/b.gif);
	background-repeat: repeat-x;
}

th {
	color: #990000;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

h1 {
	color: #000000;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

h3, h5 {
	color: #006600;
	font-style: italic;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

h2, h4, h6 {
	color: #990000;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

hr {
	color: #CCCCCC;
	height: 1px;
	width: 95%;
}

hr.mini {
	color: #CCCCCC;
	height: 1px;
	width: 200px;
}

small {
	font-size: smaller;
	font-weight: normal;
	font-variant: normal;
	font-family: garamond, palatino;
}

sup small {
	font-size: xx-small;
	font-weight: normal;
}

tt {
	font-size: 10pt;
	font-family: 'andale mono', 'lucida console', monaco, 'courier new', courier;
}	

a:link {
	color: #000099;
	font-weight: bold;
}

a:visited {
	color: #330066;
	font-weight: bold;
}

a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline overline;
}

a:active {
	color: #CC0000;
	font-weight: bold;
}

.s {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.s:link {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.s:visited {
	font-size: 10pt;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.s:hover {
	font-size: 10pt;
	color: #FFFFCC;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline overline;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

a.s:active {
	font-size: 10pt;
	color: #FFFF33;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
}

.col {
	border-right: 1px solid #CCCCCC;
}

.row {
	border-bottom: 1px solid #CCCCCC;
}

.fine {
	font-size: smaller;
	font-weight: normal;
	font-variant: normal;
	font-family: garamond, palatino;
}

.tiny {
	font-size: xx-small;
	font-weight: normal;
	font-variant: normal;
	font-family: garamond, 'hoefler text', palatino, georgia;
}

.red { color: #990000; }
