body
{
	margin: 0px;
	background-color: #cccccc;
/*
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
*/
}

body, p, textarea, input, select, option, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr, h1, h2, h3 {color: #000000;}

h1 {font-size: 17px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}

h1 {margin-top: 0px;}

a:link, a:visited {color: #666666;}
a:hover, a:active {color: #999999;}

a.edit_item:link, a.edit_item:visited {color: #FF0000;}
a.edit_item:hover, a.edit_item:active {color: #FF6060;}

.page
{
	width: 750px;
}

td.navCell
{
	text-align: center;
	height: 19px;
	border: solid 1px black;
	padding: 1px;
	background-color: white;
}

div.navCellOn
{
	border: solid 1px black;
}

a.navLink
{
	text-decoration: none;
	display: block;
	border: solid 1px black;
}

a.navLink:link, a.navLink:visited
{
	color: black;
	border: none;
}

a.navLink:hover, a.navLink:active
{
	color: black;
	border: solid 1px black;
}

.outerContent
{
	width: 750px;
	border: solid 1px black;
	background-color: white;
}

.innerContent
{
	vertical-align: top;
	text-align: left;
	margin: 30px;
}

.copyright
{
	font-size: 10px;
}

.caption
{
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
}

ul {margin-top: 0px;}

li {margin-top: 5px;}

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

.labelFormat
{
	text-align: right;
	vertical-align: middle;
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
