.main_title
{
	font-size: 18px;
	color: white;
	font-family: Arial;
	background-color: #993300;
	text-align: center;
}
.main_title_name
{
	font-size: 18px;
	color: black;
	font-family: Arial;
}

.sub_title
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	background-color: #339900;
	text-align: center;
}

.sub_title_name
{
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.body_text
{
	line-height: 1.5;
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.body_text_bold
{
	font-weight: bold;
	line-height: 1.5;
	font-size: 13px;
	color: black;
	font-family: Arial;
}



a.standard:link
{
	font-weight: bold;
	font-size: 13px;
	color: #70406F;
	font-family: Arial;
	text-decoration: none;
}
a.standard:visited 
{
	font-weight: bold;
	font-size: 13px;
	color: #70406F;
	font-family: Arial;
	text-decoration: none;	
}
a.standard:hover
{
	font-weight: bold;
	color: #999966;
}


a.logout:link
{
	font-weight: bold;
	font-size: 13px;
	color: #993300;
	font-family: Arial;
	background-color: #d1e3be;
	text-decoration: none;
}
a.logout:visited 
{
	font-weight: bold;
	font-size: 13px;
	color: #993300;
	font-family: Arial;
	background-color: #d1e3be;
	text-decoration: none;
}
a.logout:hover
{
	font-weight: bold;
	color: #5075BC;
}



.summary_title
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-style: normal;
	font-family: Arial;
}

.summary_data
{
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.form_title
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-style: normal;
	font-family: Arial;
}

.form_data
{
	font-size: 13px;
	color: black;
	font-family: Arial;
}

.form_warning
{
	font-family: Arial;
	font-size: 16px;
	color: red;
}


.button
{
	font-family: Arial;
	font: caption;
	color: black;
}

.table_title
{
	font-size: 13px;
	color: #999966;
	font-style: normal;
	font-family: "Arial Black";

}

.table_data
{
	font-size: 13px;
	color: black;
	font-family: Arial;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	line-height: 1.5;
	padding-bottom: 2px
	border;
	border-right-style: dotted;
	border-bottom-style: none;
	border-top-color: #999966;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-style: dotted;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;




: 1px dashed #999966;

}

.table_borders
{

border: 1px dashed #999966;


}

.table_link
{
	font-family: Arial;
	font-size: 13px;
	color: black;
	text-decoration: none
}

a.table_link:link 
{
	font-family: Arial;
	font-size: 13px;
	color: #993300;
	text-decoration: none
}
a.table_link:visited {color: #993300;}
a.table_link:hover
{
	color: #5075BC;
}

.table_page
{
	font: caption;
	color: navy;
	font-family: Arial;
}

.table_checkbox
{
	font-family: Arial;
	font: caption;
	color: navy;
}
.table_button
{
	font-family: Arial;
	font: caption;
	color: black;
}

.tree
{
	font-family: Arial;
	font-size: 20px;
	color: navy;
}

.tree_main_selected
{
	font-family: Arial;
	color: blue;
}

.tree_sub
{
	font-family: Arial;
	color: white;
}

.tree_sub_selected
{
	font-family: Arial;
	color: white;
}

a.tree_link:link
{
	font-size: 16pt;
	color: red;
	text-decoration: none;
}
a.tree_link:visited {color: green}
a.tree_link:hover {color: blue}


.print_title
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	text-align: center;
}

.print_main
{
	font-weight: bold;
	font-size: large;
	text-align: center;
}



.print_name
{
	font-weight: bold;
	color: black;
	text-align:left;
}

.print_frame
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-collapse: collapse;
}