/* CSS Document *//* make everything sans-serif */html, body, table, td, th, h1, h2, h3, h4, p, a, li {font-family:Arial, Helvetica, Verdana, sans-serif}/* set image borders to zero */img{border:0}body {  background: #333333;  color: #ffffff;  font-size:12px;}p, ul, ol, li { font-size: 12px; 	}a {color: #FFFFFF;background: transparent;font-size: 12px;text-decoration:underline;  }a:visited {  color: #FFFFFF;  background: transparent;}a:active {  background: transparent;}a:hover { text-decoration: underline;background-color:D3D3D3;color:#4490c7}a.mic {color: #FFFFFF;background: transparent;text-decoration: none;font-size: 10px;   }h1 {  color: #999999;  background: transparent;  font-weight: bold;  text-align: center;  font-size:28px}h2 {  color: #999999;  background: transparent;  font-weight: bold;  font-size:22px}h2 a  {    color: #999999;  background: transparent;  font-weight: bold;  font-size:22px}   h2 a:link  {    color: #999999;  background: transparent;  font-weight: bold;  font-size:22px;  text-decoration:underline;} h2 a:visited {    color: #999999;  background: transparent;  font-weight: bold;  font-size:22px;  text-decoration:underline;}h2 a:hover {   color: #999999;  background: transparent;  font-weight: bold;  font-size:22px;}h3 {  color: #999999;  background: transparent;  font-weight: bold;  font-size:16px}h4 {  color: #999999;  margin-left: 6%;  margin-right: 6%;  font-weight: bold;  font-size:14px}h5 {  color: #999999;  margin-left: 6%;  margin-right: 6%;  font-weight: bold}ul, ol, dl, p {  margin-left: 6%;  margin-right: 6%}ul ul, table ol, table ul {  margin-right: 1%}table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {  margin-left: 0;  margin-right: 0}blockquote {  margin-left: 8%;  margin-right: 8%;  border: thin ridge #dc143c}A.nav:link { COLOR: #F5F5F5; FONT-SIZE: 12px; TEXT-DECORATION: none; font-weight:bold } A.nav:visited { COLOR: #F5F5F5; FONT-SIZE: 12px; TEXT-DECORATION: none; font-weight:bold }A.nav:hover { COLOR: #4490c7; FONT-SIZE: 12px; TEXT-DECORATION: none; font-weight:bold }.design {color:#000000;font-size:11px;text-decoration:none}
