body {
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.boldText {
	color: #deff00;
	font-weight: bold;
}

.grayText {
	color: #606060;
}

.cc{  /*creative commons*/
	color: #000000;
	font-size: 11px;
}

.cc a:link{
	color: #000000;
}

.cc a:hover{
	color: #546203;
}

.greenText {
	color: #546203;
}

.title1 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #546203;
}

h1{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #deff00;
	text-transform: capitalize;
	text-align: left;
}

h2{
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: capitalize;
	text-align: left;
	line-height: 200%;
}

h3{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #EDFCA6;
	background-color: #111111;
	text-align: left;
	line-height: 120%;
}


/* link type 1: bold green */
a.linkText {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

a.linkText:link, a.linkText:visited {
	color: #deff00;
	text-decoration: none;
}

a.linkText:hover, a.linkText:active {
	color: #546203;
	text-decoration: none;
}

/* link type 2: regular, green */
a:link {
	color: #deff00;
	text-decoration: none;
}

a:visited {
	color: #deff00;
	text-decoration: none;
}

a:hover {
	color: #546203;
	text-decoration: none;
}

a:active {
	color: #546203;
	text-decoration: none;
}

ul {
	line-height:180%;
	text-align: left;
	margin: 10px; 
}


/* Sortable tables */
table.sortable{
	padding-top: 5px;
	padding-bottom: 5px;
}

table.sortable a.sortheader {
   background-color:#111111;
   color:white;
   font-weight: bold;
   text-decoration: none;
   display: block;
	min-width: 34px;
	text-align: center;
	padding: 3px 10px;
}

table.sortable span.sortarrow {
   color: white;
   text-decoration: none;
}

fileID {
	width: 150px;
}

.outer{
	text-align: left;	/* center reference is left400px */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

/* body outer shell, 800px wide, centered */
.bodyenclosure{
	width: 800px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;  
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}