/* CSS Document */
a {text-decoration: none; color: blue; }
a:active {color: red;}
a:hover {text-decoration: underline;}
a:visited {text-decoration: none; color: blue;}
a:visited:hover {text-decoration: underline; color: blue;}

hr {border: 1; width: 100; color:#000000}

body { margin:auto; min-width:943px; background-color:#ffffff; color:#000000; font-family:Verdana, Arial, sans-serif; }
body td{ font-size:12px;}
blockquote, label, p, a {font-size:12px;}
p, ul {font-size:12px;padding:1em 1em;text-align:justify;}
strong{color:#000000;}

h1,h2,h3{color:#000000; font-weight:bold; padding: 0em 0.2em 0.2em 0.2em; text-decoration:none; text-align:left; }
h1{font-size:17px;}
h2{font-size:15px;}
h3{font-size:14px;}

a.navl {display:block;  padding:4px 0; font-family:Tahoma, Arial, sans-serif; text-indent: 7px; font-size: 11px; font-weight:bold; color: #0000BF; text-decoration:none; }
a.navl:hover {text-decoration :underline; color: #0000BF; display:block; }

.scoreu {border-bottom: 1px solid #333333; text-align: right;}
.score { text-align: right;}

.bar{padding:.4em .3em; background-color:#CCCCCC; font-size:13px;}
.regtext{padding:3px 0px;valign:top; line-height:1.45em;}