/* CSS Document */

body{
margin:10px auto 10px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
border:none;
text-align:center;
padding:0px;
}
#frame{
width:700px;
text-align:left;
margin:0px auto 0px auto;
padding:0px;
border:none;
height:auto;
}
h1{
margin-left:18px;
margin-top:28px;
font-size:19pt;
font-weight:500;
color:#fff;

}
#header{
width:100%;
height:85px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
padding:0px;
margin:0px;
border:1px solid #fff;
}
#content{
width:700px;
height:auto;
margin:10px 0px 10px 0px;
padding:0px
}
h2{
display:block;
width:680px;
height:25px;
background-color:#999;
color:#fff;
font-weight:400;
font-size:16pt;
margin:0px 0px 5px 0px;
padding-left:20px;
}
a:link,a:hover,a:visited{
text-decoration:none;
color:#06f;
}
table{
border-left:20px solid #06f;
width:100%;
height:auto;
margin:0px 0px 5px 0px;
}
th{
font-size:10pt;
color:#fff;
background-color:#039;
padding:3px 5px 3px 5px;
text-align:left;
}


td{
font-size:9pt;
padding:3px 5px 3px 5px;
border-right:1px solid #999;
}

#footer{
color:#fff;
padding:5px;
width:690px;
height:20px;
background-color:#06f;
text-align:right;
}
#footer a:link,#footer a:hover,#footer a:visited{
text-decoration:none;
color:#fff;
}