body {
	color: white;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 5px 0 5 0;
	margin : 0px;
	color : white;
}

a {
	color : #0000FF;
	text-decoration : none;
	}

a:hover {
	background : #A8D3FB;
	color : #003333;
	}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding : 7px 0 0 0;
	margin : 0px;
	font-size : 12pt;
}	
	
input.button {
	background-color : #CCCCB2;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
}

input.text {
	background-color : #EAEAE1;
	font-family : "Courier New", Courier, monospace;
	font-size : 8pt;
	background-position : center;
	background-repeat : no-repeat;
}

table.bordered {
	border : 2px solid #5D4E3E;
}

table.list {
	border : 1px solid #5D4E3E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	width : 100%;
}

td {
	font-size : smaller;
}

td.label {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*font-weight : bold;*/
	color : white
}

td.data {
	font-size: 8pt;
}

td.padded {
	padding : 5px;
}

th {
	background-color : #9D8B78;
	color : #000000;
}

.section {
	color : #FFFFFF;
	font-size : 10pt;
	font-weight : bold;
	padding : 2px 2px 2px 5px;
}

.smaller {
	font-size : smaller;
}

.SmallMono {
	font-family : "Courier New", Courier, monospace;
	font-size : 8pt;
}

form { 
	margin: 0px; 
 	padding : 0px;
  } 
  
.subdude {
	color : #998066;
	font-size : smaller;
}

.auto {
	width: 310;
	height: 300;
	overflow: auto;
	color : white;
}

.NoUnderline {
	text-decoration : none;
}

input {
	font-size : smaller;
}