body
{
	background-image: url(images/diagonal.jpg);
	margin: 15px 0px;
}

body, td, th, p, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #61213a;
}

hr, h1, h2, h3, h4, h5 {color: #cc3333;}

h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 12px;}

h5 {margin-bottom: 0px;}

ul
{
	margin-top: 0px;
	position: relative;
	left: -25px;
}

ul.inpar
{
	margin-bottom: 0px;
}

ul.belowhead
{
	margin-top: 0px;
}

.contact {font-size: 10px; color: #990066;}
.copyright {font-size: 10px; color: #cc3333}

.input
{
	background-color: #f4c29b;
	position: absolute;
	top: 250px;
	width: 400px;
	border: 5px solid #cc3333;
	z-index: 1;
	padding: 20px;
}

td.inside
{
	background-color: #f4c29b;
}

td.toprow {
	background-color: #ffcba3;
	padding: 5px;
}

td.bottomrow
{
	background-color: #e1b38f;
	padding: 5px;
}

td.delbox
{
	background-color: #ffcba3;
	width: 15px;
}

td.line
{
	background-color: #cc3333;
}

td.currentpage
{
	background-image: url(images/navbutton_01-down.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding: 0px 0px 7px 0px;
	font-weight: bold;
	text-align: center;
}

a:link {color: #990066;}
a:visited {color: #990066;}
a:hover {color: #cc3333;}
a:active {color: #cc3333;}

a.edit:link, a.edit:visited, a.edit:hover, a.edit:active {color: #f4c29b;}

a.navbutton
{
	display: block;
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

a.navbutton:link, a.navbutton:visited
{
	background-image: url(images/navbutton_01.gif);
	color: #61213a;
}

a.navbutton:hover
{
	background-image: url(images/navbutton_01-over.gif);
	color: #61213a;
}
	
a.navbutton:active
{
	background-image: url(images/navbutton_01-down.gif);
	color: #61213a;
}

td.bottomnav
{
	border-color: #cc3333;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	width: 150px;
	text-align: center;
	font-weight: bold;
	color: #cc3333;
}

td.bottomnavleft
{
	width: 150px;
	text-align: center;
	font-weight: bold;
	color: #cc3333;
}

div.spacer
{
 height: 10px;
 width: 1px;
}

.formformat
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.formcellformat
{
	vertical-align: middle;
	padding-bottom: 5px;
}

.labelformat
{
	text-align: right;
	vertical-align: middle;
	width: 22%;
	padding-bottom: 5px;
	padding-right: 10px;
}
