html {
width:100%;
height:100%;
}

body {
width:100%;
height:100%;
font-family: Arial, Verdana;
margin: 0px auto;
font-size:12px;
}

/* Results */

h1 {
font-size:18px;
margin-top:40px;
margin-bottom:0px;
}

h2 {
font-size:16px;
margin:0px;
}

a { color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

table.resultTable {
margin: 0 auto;
}

td.resultGroup {
font-size:16px;
font-weight:bold;
padding-top:20px;
padding-bottom:5px;
}

td.resultHead {
padding:2px 4px 2px 4px;
background-color:#d10000;
color:#ffffff;
font-size:12px;
font-weight:bold;
border-bottom: 1px solid #383838;
}

td.resultData {
padding:2px 4px 2px 4px;
font-size:12px;
background-repeat:repeat-x;
background-position:bottom; 
background-image: url('../images/design/line.gif');
}

a.anchor {
text-decoration:none;
color:#000000;
}
