BODY {
 margin:			0px;
 background-image:	url('/images/back_main.jpg');
 background-repeat:	repeat-x;
 background-color:	#353535;
 font-family:Arial;
 font-size:	9pt;
 color:		#ffffff;
 font-style:	normal;
 font-weight:	normal;
 }

TD {
 font-family:Arial;
 font-size:	9pt;
 color:		#ffffff;
 font-style:	normal;
 font-weight:	normal;
 }

.mainnav {
 font-family: arial;
 font-size: 8pt;
 color:		#999999;
 font-style:	normal;
 font-weight:	bold;
}

.options {
 font-family: arial;
 font-size: 7.5pt;
 color:		#999999;
 font-style:	normal;
 font-weight:	normal;
}

.hometext {
 font-family: arial;
 font-size:	8.5pt;
 color:		#ffffff;
 font-style:	normal;
 font-weight:	normal;
}

.title {
 color:			#64c1ff;
 font-size:		14px;
 font-weight:	bold;
 }

A:LINK, A:VISITED {
 text-decoration:	none;
 color:			#F813F9;
 }

A:HOVER {
 color:			#64C1FF;
 }

input.pink {background-color: #white; font-size: 9px;}


/*
BODY, TD {
 font-family:		arial;
 font-size:			11px;
 }

A:LINK, A:VISITED {
 color:				#666666;
 text-decoration:	none;
 font-weight:		bold;
 }
A:HOVER {
 color:				#aaaaaa;
 }
*/
INPUT, TEXTAREA, SELECT, CHECKBOX {
 background:		#dddddd;
 border:			1px solid #000000;
 font-family:		arial;
 font-size:			11px;
 padding-left:		3px;
 }

.faint {
 color:				#aaaaaa;
 }
.label {
 color:				#ffffff;
 background:        #777777;
 border:            1px solid #000000;
 padding-left:		3px;
 padding-right:		3px; 
 text-align:		right;
 vertical-align:	top;
 }
.button_on {
 font-weight:		bold;
 color:				#000000;
 background:		#dddddd;
 border:			1px solid #000000;
 cursor:			pointer;
 }
.button_off {
 font-weight:		bold;
 color:				#000000;
 background:		#cccccc;
 border:			1px solid #000000;
 cursor:			pointer;
 }
.button_on_remove {
 font-weight:		bold;
 color:				#333333;
 background:		#888888;
 border:			1px solid #333333;
 cursor:			pointer;
 }
.button_off_remove {
 font-weight:		bold;
 color:				#333333;
 background:		#666666;
 border:			1px solid #333333;
 cursor:			pointer;
 }
.backbutton_on {
 font-weight:		bold;
 color:				#2120c6;
 background:		#84f1ff;
 border:			1px solid #2120c6;
 cursor:			pointer;
 }
.backbutton_off {
 font-weight:		bold;
 color:				#0100a6;
 background:		#64c1ff;
 border:			1px solid #0100a6;
 cursor:			pointer;
 }
.table_head_normal {
 background:        #333333;
 border:            1px solid #000000;
 padding-left:		3px;
 padding-right:		3px;
 }
.table_head_sorted {
 color:				#ffffff;
 background:        #888888;
 border:            1px solid #333333;
 font-weight:		bold;
 padding-left:		3px;
 padding-right:		3px;
 }
.table_head_sorted_a:LINK, .table_head_sorted_a:VISITED, .table_head_sorted_a:HOVER {
 color:				#ffffff;
 font-weight:		bold;
 }

.table_data_normal {
 padding-left:		3px;
 padding-right:		3px;
 background:		#555555;
 }
.table_data_sorted {
 background:		#666666;
 padding-left:		3px;
 padding-right:		3px;
 }
.table_data_shaded {
 background:		#444444;
 padding-left:		3px;
 padding-right:		3px;
 }
.table_lines {
 background:        #777777;
 height:			1px;
 width:				1px;
 }
.table_title {
 font-weight:		bold;
 font-size:			14px;
 font-style:		italic;
 }
.path_back {
 border:			#000000 1px solid;
 color:				#333333;
 background-color:	#cccccc;
 padding:			2px 10px 2px 10px;
 }
.path_current {
 border:			#000000 1px solid;
 color:				#ffffff;
 background-color:	#333333;
 padding:			2px 10px 2px 10px;
 }

