﻿body { 
	background-color: #000000;  
	font-family: arial,geneva,sans-serif }

h1, h2, h3, h4 { color: #000066; }

.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {color: #0000FF}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

td { font-size: 12px }
	
.sm { font-size: 10px; }
	
td.header {
	background-color: white;
	color: #91278F;
	padding: 5px;
	font-family: tahoma,verdana,sans-serif;
	border: 1px solid #36648B }

td.nav {
	font-size: 13px;
	background-color: #91278F;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #91278F }
	
td.nav2 {
	font-size: 13px;
	color: white;
	font-weight: bold; }
	
td.footer {
	background-color: #91278F;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 1px;
	border: 1px solid #91278F }

td.main {
	background-color: white;
	font-size: 11pt;
	padding: 10px;
	border: 1px solid #91278F }
	
td.menu {
	background-color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px; 
	padding-right: 4px;
	border: 1px solid #91278F }
	
.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: #91278F;
	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: #91278F; color: white;
	border: 1px solid black; font-size: 8pt; font-weight: bold }
	
.green {
	color: #00CC00; color: white;
	font-size: 8pt; font-weight: bold }
	
.red {
	color: #CC0000; color: white;
	font-size: 8pt; font-weight: bold }
	
textarea, input, select { 
	font-family: arial,geneva,sans-serif;
	font-size: 12px }
	
a:link { color: #003366 }
a:visited { color: #333333 }
a:hover { color: black }

a.footer:link { text-decoration: none; color: white }
a.footer:visited { text-decoration: none; color: white }
a.footer:hover { text-decoration: underline; color: white }

a.menu:link { text-decoration: none; color: black }
a.menu:visited { text-decoration: none; color: black }
a.menu:hover { text-decoration: underline; color: #003366 }

a.white:link { text-decoration: none; color: white }
a.white:visited { text-decoration: none; color: white }
a.white:hover { text-decoration: underline; color: white }

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font-size: 13px;
z-index: 100;
background-color: #EEEEEE;
color: white;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
margin-right: 15px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #91278F;
color: white;
}
}