BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #E8F0E3;
	scrollbar-arrow-color: #636758;
	scrollbar-shadow-color: #E8F0E3;
	scrollbar-darkshadow-color: #636758;
	scrollbar-3dlight-color: #636758;
	margin: 5 px;
	background-color: #E8F0E3;
	color: Black;
}
.regform_cell_left, .regform_cell_left_bg, .regform_cell_right {
	background-color : White;
}
.regform_cell_right {
	text-align : center;
}
.regform_cell_left_bg, .regform_cell_right_bg {
	background-color: #F5F5F5;
}
.cat_entry, .cat_cur_entry, .cat_highlighted_entry, .cat_highlighted_cur_entry {
	font-size : 8pt;
	color : Black;
	text-decoration : none;
}
.window_caption {
	font-size : 12px;
	color : White;
	margin-left : 5px;
	margin-right : 5px;
}
.cat_cur_entry {
	font-weight : bold;
}
.cat_highlighted_entry {
	color : Red;
}
.cat_highlighted_cur_entry {
	font-weight : bold;
	color : Red;
}
.form_controls, .form_input, .form_textarea {
	border : 1px solid;
}
.form_controls, .form_input {
	height : 20px;
}
.form_input {
	width : 150px;
}
.top_menu_cell_act, .top_menu_cell {
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
}
.top_menu_cell_act {
	background-image : url(/grphx/menu_bg_act.gif);
}
.top_menu_cell {
	background-image : url(/grphx/menu_bg.gif);
}
.top_menu_item {
	margin-left : 4px;
	margin-right : 4px;
}
.top_menu_link, .top_menu_link_act, .window_caption_link {
	text-decoration : none;
}
.top_menu_link {
	color : #737A70;
}
.top_menu_link_act {
	color : Black;
}
.window_caption_link {
	color: White;
	font-size : 9pt;
}
.table, .lots_table {
	margin-top : 20px;
	background-color : #BDC6BB;
}
.table {
	font-size : 11pt;
}
.lots_table {
	font-size : 9pt;
}
.table_caption {
	background-color : #636758;
	color : White;
	text-align : center;
}
.show_all_cell {
	background-color : #F5F5F5;
	text-align : center;
}
.comment_cell {
	background-color : #DCDCDC;
	font-size : 8pt;
	color : #2A2A2A;
}
A.simple {
	font-style : italic;
	text-decoration : none;
	color : Black;
}
LI.margined_bot {
	margin-bottom : 5px;
}
TD.white_bg {
	background-color : White;
}
.margined {
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
}
.margin_big {
	margin-top : 150px;
	margin-bottom : 150px;
	margin-left : 50px;
	margin-right : 50px;
}
H1 {
	font-size : 150%;
}
H2 {
	font-size : 135%;
}
H3 {
	font-size : 120%;
}
H4 {
	font-size : 105%;
}
.font_bold{
	font-weight: bold;
}