body { 
	background-color: #333333; 
	font-family: arial,geneva,sans-serif }

td {
	font-size: 14px }
	
.sm { font-size: 13px; }
	
td.header {
	background-color: white;
	color: #3366CC;
	padding: 5px;
	font-family: tahoma,verdana,sans-serif;
	border: 1px solid #6699FF }

td.nav {
	font-size: 13px;
	background-color: #3366CC;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #6699FF }
	
td.nav2 {
	font-size: 13px;
	color: white;
	font-weight: bold; }
	
td.footer {
	background-color: #3366CC;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 1px;
	border: 1px solid #6699FF }

td.main {
	background-color: white;
	font-size: 11pt;
	padding: 10px;
	border: 1px solid #6699FF }
	
td.menu {
	background-color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px; 
	padding-right: 4px;
	border: 1px solid #6699FF }
	
.info {
	font-size: 13px;
	padding: 1px;
	padding-left: 4px; 
	padding-right: 4px;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee; }
	
.infoalt {
	font-size: 13px;
	padding: 1px;
	padding-left: 4px; 
	padding-right: 4px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff }
	
.infoedit {
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
	padding-left: 4px; 
	padding-right: 4px;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee; }
	
td.infohead {
	background-color: #3366CC;
	color: white;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding-left: 4px; 
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px }

.delete {
	background-color: #CC0000; color: white;
	border: 1px solid black; font-size: 8pt; font-weight: bold }
	
.update {
	background-color: #696969; color: white;
	border: 1px solid black; font-size: 8pt; font-weight: bold }
	
.add {
	background-color: #006600; color: white;
	border: 1px solid black; font-size: 8pt; font-weight: bold }
	
textarea, input, select { 
	font-family: arial,geneva,sans-serif;
	font-size: 12px }
	
a:link { color: #003399 }
a:visited { color: #333333 }
a:hover { color: black }

a.delete:link { text-decoration: none; color: white; background-color: #CC0000; 
	border: 1px solid black; font-size: 8pt; font-weight: bold }
a.delete:visited { text-decoration: none; color: white; background-color: #CC0000; 
	border: 1px solid black; font-size: 8pt; font-weight: bold }
a.delete:hover { text-decoration: none; color: white; background-color: #CC0000; 
	border: 1px solid black; font-size: 8pt; font-weight: bold }

a.menu:link { text-decoration: none; color: black }
a.menu:visited { text-decoration: none; color: black }
a.menu:hover { text-decoration: underline; color: #003399 }

a.white:link { text-decoration: none; color: white }
a.white:visited { text-decoration: none; color: white }
a.white:hover { text-decoration: underline; }