html, body { 
	height: 100%; 
	padding: 0; 
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 11pt; 
	color: #000000;
}
td { font-weight: normal; font-size: 11px; }

h1 {
	font-family: Helvetica; 
	font-size: 15px; 
	color: #425443;
}

h2 {
	font-family: Helvetica; 
	font-size: 13px; 
	color: #b82002;
}

ul { list-style-type: disc; list-style-position: outside; }
li { margin-left:-2px; }

hr { border:solid #cecece 1px; height:0px; margin: 0px 0px; width: 8%}

a:link { color: #969188; text-decoration: none; }
a:visited { color: #817d77; text-decoration: none; }
a:hover	{ color: #969188; text-decoration: underline; }
a:active { color: #969188; text-decoration: underline; }

.attn {
	color: #db0000;	
	font-weight: bold;
}

.logout {
	color: #bc0000;	
}

.admin {
	color: 000000;	
	font-weight: bold;
	background-color: #d8d8d8;
}