/* CSS Document */


.top_menu_titles
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FB7600;
	font-weight: bold;
}

.top_menu_titles a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FB7600;
	font-weight: bold;
}

.top_menu_titles a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FB7600;
	font-weight: bold;
}	

.menu_titles
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #BBBBBB;
	font-weight: bold;
}

h1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

h2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.content_titles
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	font-weight: bold;
}

.content_text
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.content_text a {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #FB7600;
	text-decoration: underline;
}

.content_text a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #FB7600;
	text-decoration: none;
}

.font_menu
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.a_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #FB7600;
	text-decoration: underline;
	font-weight: bold;
}

.a_menu:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #FB7600;
	text-decoration: none;
	font-weight: bold;
}

.bottom
{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.main_table_border
{
	border: 1px solid #999999;
}

.left_menu_border
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.right_menu_border
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.bottom_border
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.search_field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
