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

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

/** small_text hyperlink  **/
.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;
}

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

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; }

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

hr {color: #222817; }