/* ____________________________________________________________ */
.css_table_header
{
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
	background-color: #ECF7FC;
	color: #3096AB;
}
/*
.css_table_header a
{
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
	background-color: #ECF7FC;
	color: #85BD00;
}
.css_table_header a:hover
{
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
	background-color: #ECF7FC;
	color: #007E97;
}

*/
.css_table_row_normal
{
	font-family: Verdana;
	font-size: 10;
	background-color: White;
	color: #3096AB;
}
.css_table_row_alternate
{
	font-family: Verdana;
	font-size: 10;
	background-color: whitesmoke;
	color: #3096AB;
}
/* ____________________________________________________________ */
/* ____________________________________________________________ */
body
{
	font-family: Verdana;
	font-size: 10;
}
/* ____________________________________________________________ */
a
{
	text-decoration: none;
	font-weight: bold;
	color: #85BD00;
	font-size: 10;
	font-family: Verdana;
}
a:hover
{
	color: #007E97;
}
/* ____________________________________________________________ */
.css_page_title
{
	font-family: Verdana;
	font-size: 12;
	font-weight: bold;
	color: #3096AB;
}
/* ____________________________________________________________ */
.css_header
{
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
	color: #007e97;
}
/* ____________________________________________________________ */
.css_error
{
	font-family: Verdana;
	font-size: 12;
	font-weight: normal;
	color: #FF0000;
}

/* ____________________________________________________________ */
.css_company_slogan
{
	font-family: Verdana;
	font-size: 10;
	font-style: italic;
	color: #3096AB; /* text-align: center; */
}
/* ____________________________________________________________ */
.css_date
{
	font-family: Verdana;
	font-size: 12;
	color: Black;
}
/* ____________________________________________________________ */
.css_company_name
{
	font-family: Verdana;
	font-size: 11;
	font-weight: bold;
	color: #3096AB;
	text-align: center;
}
.css_company_name a
{
	color: #007799;
	text-decoration: none;
}
.css_company_name a:hover
{
	color: Navy;
	text-decoration: none;
}
/* ____________________________________________________________ */
.css_copyright
{
	font-weight: bold;
	color: #3096AB;
	font-size: 10;
	font-family: Verdana;
}
.css_copyright a
{
	color: #007799;
	text-decoration: none;
}
.css_copyright a:hover
{
	color: Navy;
	text-decoration: none;
}
/* ____________________________________________________________ */
.css_regular
{
	color: black;
	text-decoration: none;
	font-size: 10;
	font-family: Verdana;
}
.css_regular a
{
	text-decoration: none;
	font-weight: bold;
	color: #007799;
}
.css_regular a:hover
{
	color: Navy;
}
/* ____________________________________________________________ */



.css_menu
{
	font-family: Verdana;
	font-size: 12;
}
.css_menu a
{
	text-decoration: none;
	font-weight: bold;
	color: #85BD00;
	font-size: 10;
	font-family: Verdana;
}
.css_menu a:hover
{
	color: #007E97;
}
/* ____________________________________________________________ */
.css_contact
{
	font-family: Verdana;
	font-size: 12;
}
/* ____________________________________________________________ */
.css_active_yes
{
	color: Green;
}
/* ____________________________________________________________ */
.css_active_no
{
	color: Red;
}
/* ____________________________________________________________ */
h1
{
	color: Navy;
	font-size: large;
	font-weight: bold;
	font-family: Arial,Verdana;
}
