div.crud {
 	margin: 25px 25px 25px 25px;
	text-align: left;
}

div.form_error {
	  background-color: #FFF5EE;
	  padding: 10px 10px 10px 10px;
}


div.form { 
background-color: #F8F8FF;
padding: 10px 10px 10px 10px;
margin-bottom: 10px;
}
p.redlink > a {
color:white;font-size: 16pt;

}

p.redlink > a:hover {
color: white;
text-decoration: underline;
}

div.crud > table {
	color: black;
	border: 1px solid Black;
	width: 100%;
	
	text-align: left;
	padding: 10px 10px 10px 10px;
}

div.crud > a {
	color: black;
	
}

div.crud > th {
	color: black;
}

th {
	color: black;
}

div.seclight {
	     background-image: url(/images/heading-light.jpg);
	     background-repeat: no-repeat;
	     color: white;
	     font-size: 14px;
	     font-weight: bold;
	     padding-left: 15px;
	     text-align: left;
}														

div.secdark {
             background-image: url(/images/heading-dark.jpg);
             background-repeat: no-repeat;
             color: white;
             font-size: 14px;    
             font-weight: bold;
             padding-left: 15px;
             text-align: left;
}


td img {display: block;}

body {
	background-color: #FFFFFF;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.leftcol {
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.rightcol {
	background-color: #52768e;
	border: 1px solid #CCCCCC;
}
.leftcolspace {
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 7px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.rightcolspace {
	margin: 9px;
	padding: 9px;
}
.bodyspace {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.leftcolspace2 {
	margin-top: 0px;
	margin-right: 11.5px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 11.5px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.linkbg {
	background-color: #fdfdfd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 30px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 30px;
}
.blackbody,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	
}
.blackbody > p  {
 margin: 0px 0px 0px 0px;
}

.whitebody,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
}
.bluebody,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#0066CC;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #C62C2C;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1,h2,h3 {

	color: #B02424;
}
a.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.txtbox {
	height: 18px;
	width: 120px;
	border: 1px solid #0066CC;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #990000;
}
a.footer:hover {
	text-decoration: underline;
	color: #000000;
}
a.footer:active {
	text-decoration: none;
	color: #990000;
}