
body {
	text-decoration: none;
	margin: 0px;
	background-color: #51545a;
}

H1 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 18pt; 
	display : inline;
}

H2 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 16pt; 
}

H3 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 14pt; 
}

H4 { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 12pt; 
}

p { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

b { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

i { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

table { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

li { 
	font-family: Arial, Helvetica; 
	color: black; 
	font-size : 10pt; 
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #1181d2;
	text-decoration: none;
}

a:visited {
	color : #1181d2;
	text-decoration: none;
}

a:hover {
	color : #175f93;
	text-decoration: none;
}

a:active {
	color : #175f93;
	text-decoration: none;
}

img { border-color : #000000; }
    
.formfields  { 
	font-family: arial; 
	color: #000000; 
	font-size: 9pt; 
	width: 100;
	border: 1px solid #000000; 
	padding-left: 2px; 
	padding-right: 2px; 
	background-color: #FFFFFF;

    background-position: top; 
    background-repeat:no-repeat; }
}
    
.class1 A:link {color : #00ff00;
	text-decoration: none;}
.class1 A:visited {color : #00ff00;
	text-decoration: none}
	


.class1 A:hover {color : #00ff00;
	text-decoration: none;}
	
.class1 A:active {color : #00ff00;
	text-decoration: none;}
	.about_img {

	background-repeat: no-repeat;
	margin: 0px;
	background-position: bottom;
}
	
.border {
	margin: 0px;
	border: thin solid #6f1170;
}


.home_back {
	background-image:     url(images/content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: top;

}
.line2 {
	background-image:     url(images/line2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center center;

}

#resultsLoginTable H4
{
	margin: 0;
}

#resultsLoginTable
{
	margin: 20px auto;
	width: 300px;
}

#resultsLoginTable TH
{
	text-align: right;
}
#resultsLoginTable TD
{
	text-align: center;
}

.defaultPopup {
	position: absolute;
	z-index: 10;
	border: solid 1px #192088;
	background: #fff;
	overflow: auto;
	font-size: 12px;
	text-align: left;
}

.active_row
{
	background : #ccc;
	cursor : pointer;
}
.inactive_row
{
	background : transparent;
	cursor : pointer;
}

#result_nav_row
{
}

#admin_edit_table,
#admin_edit_table TABLE
{
	width: 100%;
}

#admin_edit_table TD
{
	text-align : left;
	width: 80%;
}

#admin_edit_table TH
{
	vertical-align: top;
	text-align : right;
	width: 200px;
}

#admin_list_table,
#admin_filter_table
{
	border : solid 2px #000;
	background : #eee;
	margin : 5px 2px;
}
#admin_list_table
{
	width : 100%;
	border-collapse: collapse;
}

#admin_list_table TH
{
	border-bottom : double 3px #000;
	cursor : pointer;
	text-align : left;
}
#admin_list_table TD
{
	font-size : 13px;
	padding: 0 5px;
}

.cdoc
{
	cursor: pointer;
	float:left;
}
