body {
	font-family: Arial, Helvetica, sans-serif;
	
	background: #870900; /* Old browsers */
	background: -moz-linear-gradient(top, #870900 0%, #e00e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#870900), color-stop(100%,#e00e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #870900 0%,#e00e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #870900 0%,#e00e00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #870900 0%,#e00e00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870900', endColorstr='#e00e00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #870900 0%,#e00e00 100%); /* W3C */
}

h2 {
	color:#000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #701113;
}
a:hover {
	text-decoration: underline;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.linkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #701113;
}
a.linkbox:hover {
	text-decoration: underline;
}

a.facebook {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #3a4e74;
}
a.facebook:hover {
	text-decoration: underline;
}

#menu {
	background: #c1c1c1; /* Old browsers */
	background: -moz-linear-gradient(top, #c1c1c1 0%, #7d7d7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#7d7d7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c1c1c1 0%,#7d7d7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c1c1c1 0%,#7d7d7d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c1c1c1 0%,#7d7d7d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c1c1c1 0%,#7d7d7d 100%); /* W3C */
}

#submain {
	background-color:#7d7d7d;
}

#content {
	background-color:#FFFFFF;
}

.dgtl {background: url(images/red_gr_tl.gif) 0 0 no-repeat}
.dgtr {background: url(images/red_gr_tr.gif) 100% 0 no-repeat}
.dgbl {background: url(images/red_gr_bl.gif) 0 100% no-repeat}
.dgbr {background: url(images/red_gr_br.gif) 100% 100% no-repeat}

.lgtl {background: url(images/red_lg_tl.gif) 0 0 no-repeat}
.lgtr {background: url(images/red_lg_tr.gif) 100% 0 no-repeat}
.lgbl {background: url(images/lg_bl.gif) 0 100% no-repeat}
.lgbr {background: url(images/lg_br.gif) 100% 100% no-repeat}

.whtl {background: url(images/gr_wh_tl.gif) 0 0 no-repeat}
.whtr {background: url(images/gr_wh_tr.gif) 100% 0 no-repeat}
.whbl {background: url(images/gr_wh_bl.gif) 0 100% no-repeat}
.whbr {background: url(images/gr_wh_br.gif) 100% 100% no-repeat}

.tntl {background: url(images/gr_wh_tl.gif) 0 0 no-repeat}
.tntr {background: url(images/gr_wh_tr.gif) 100% 0 no-repeat}
.tnbl {background: url(images/gr_wh_bl.gif) 0 100% no-repeat}
.tnbr {background: url(images/gr_wh_br.gif) 100% 100% no-repeat}

.clear {font-size: 1px; height: 1px}

td,input,textarea {font-family: arial; font-size: 12pt;}

INPUT.notes
{
	LEFT: -1000px;
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: -1000px
}
