/* Standard styles */
body, td, p, a {
	font-family: arial, helvetica, sans, verdana;
	font-size: 8pt;
	color: #666666;
	}

body {
	background: #FFFFFF;
	}

a {
	font-size: 10pt;
	}


/* Headings */
h1 {
	font-size: 10pt;
	color: #CC9966;
	font-weight: bold;
	}

th {
	font-size: 10pt;
	font-weight: bold;
	}

.headingCenter {
	text-align: center;
	}

.headingContainer {
	width: 500px;
	text-align: left;
	}


/* Admin sections */
.section {
	border: solid 1px black;
	width: 500px;
	}

.sectionTitle {
	text-align: center;
	background: #46321E;
	color: #ffffff;
	font-size: 8pt;
	}

.sectionSubTitle {
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	}

.sectionLinks {
	background: #ffffff;
	color: #CC9966;
	vertical-align: top;
	}

.sectionLinks th {
	text-align: right;
	}

/* Input */
input {
	width: 100px;
	font-size: 8pt;
	}

.submit {
	width: 80;
	background: #CC9966;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	}

