body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center; /* fixes centering bug in IE -- text reset to left-flush in container DIV */
}

html { overflow:-moz-scrollbars-vertical; } /* force scrollbar in firefox to fix page shift bug */

/* UNIVERSAL LINK STYLES */

a { text-decoration: none; }
a:link { color: #061A5D; }
a:visited { color: #061A5D; }
a:hover { color: #dba210; text-decoration: underline; }
a:active { color: #000000; }

/* GENERAL STYLES */
p { margin: 0px; padding: 0px; font-size: 12px; line-height: 16px; font: Arial, Helvetica, sans-serif  color: #333333; }
h1 { margin: 0px; padding: 0px; font-size: 22px; line-height: 22px; margin-bottom: 6px; font-weight: bold; color: #333333; }
h2 { margin: 0px; padding: 0px; font-size: 14px; line-height: 16px; margin-bottom: 2px; font-weight: bold; color: #C48213; }
h3 { margin: 0px; padding: 0px; font-size: 12px; line-height: 16px; margin-bottom: 2px; font-weight: bold; color: #333333; }
p:ol, p:ul { margin-top: -11px; }

#container { text-align: left; width: 790px; margin: 0px auto;}

/* 1) Generic */
SELECT.HOTLINK {
	width:125px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:9px;
	font-weight:normal;
	color:000000;
	background-color:#FFFFFF;
}

TD {
  FONT-FAMILY:Arial, Helvetica, sans-serif;
  FONT-SIZE:10pt;
  FONT-WEIGHT:normal;
  LINE-HEIGHT:1.25;
  TEXT-DECORATION:none;
  background-color:#FFFFFF;
  }

/* COPYRIGHT */

#copyright { font-size: 10px; line-height: 14px; color: #999; }
#copyright a { text-decoration: none; }
#copyright a:link { color: #999; }
#copyright a:visited { color: #999; }
#copyright a:hover { color: #999; text-decoration: underline; }
#copyright a:active { color: #333; }
