@charset "UTF-8";
/* CSS Document */

body { margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; background-color: #000000}

/** small_text  **/
.small_text  {
	color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a.small_text:link, a.small_text:visited  { color: #ffffff; font-size: 10px; line-height: 16px; text-decoration: none }
a.small_text:hover {
	color:#ffffff;
	text-decoration: underline;
}

/** small_text_splashpage  **/
.small_text_splashpage  {
	color: #44512e;
	font-size: 9px;
	line-height: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a.small_text_splashpage:link, a.small_text_splashpage:visited  { color: #44512e; font-size: 9px; line-height: 16px; text-decoration: none }
a.small_text_splashpage:hover {
	color:#ffffff;
	text-decoration: none;
}

/** splash_menu **/
.splash_menu  {
	color: #44512e;
	font-size: 11px;
	line-height: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a.splash_menu:link, a.splash_menu:visited  { color: #44512e; font-size: 11px; line-height: 16px; text-decoration: none }
a.splash_menu:hover {
	color:#ffffff;
	text-decoration: none;
}

td { color: #ffffff; font-size: 13px; font-family: Geneva, Arial, Helvetica, sans-serif; line-height: 20px; }

a:link { color: #ffffff; text-decoration: underline; }
a:visited { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: none; }
a:active { color: #ffffff; text-decoration: underline; }

/** nav cell color  **/
.nav_cell_color { background-color:#364125; }

/** pic cell color  **/
.pic_cell_color { background-color:#ffffff; }

hr {color: #222817; }