body
{
	background-color: #b32936;
	background-image: url(img/bgs.jpg);
	background-repeat: repeat-x;
}

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

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

td.c {
	background-color: #ddb79e;
	background-image: url(img/bgc.jpg);
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

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

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
{
	text-align: right;
	vertical-align: text-top;
	font-style: italic;
	font-family: georgia, 'hoefler text', times, 'times new roman';
}

h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	font-family: georgia, 'hoefler text', times, 'times new roman';
}

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

hr.mini {
	color: #b32936;
	height: 1px;
	width: 50%;
}

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

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

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

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

.n {
	font-size: 10pt;
	color: #ddb79e;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

p.n {
	font-size: 10pt;
	font-weight: bold;
	color: #ddb79e;
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

a.n:link {
	font-size: 10pt;
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

a.n:visited {
	font-size: 10pt;
	color: #b0b082;
	font-weight: bold;
	text-decoration: underline;
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

a.n:hover {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

a.n:active {
	font-size: 10pt;
	color: #ddb79e;
	font-weight: bold;
	text-decoration: none;
	font-family: tahoma, verdana, arial, helvetica, sans, sans-serif;
}

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

.row {
	border-top: 1px solid #b32936;
}

small, .fine {
	font-size: smaller;
	font-weight: normal;
	font-variant: normal;
}

.tiny {
	font-size: xx-small;
	font-weight: normal;
	font-variant: normal;
	font-family: arial, helvetica, sans-serif;
}

.red { color: #990000; }
