body, html{
background-image:url('images/bkgrd.jpg');
background-repeat:repeat-x;
background-color:#cccccc;
font-family:"Century Gothic";
margin:0px;
}

td.hightop{
width:800px;
height:55px;
background:transparent;
color:#ffffff;
font-size:14px;
font-weight:bold;
text-align:center;
padding:15px;
}

td.topleft{
width:400px;
height:200px;
background:transparent;
}

td.topright{
width:400px;
height:200px;
background:transparent;
}

td.midbar{
width:800px;
height:30px;
background:transparent;
padding:2px;
}

td.main{
width:800px;
height:400px;
background-color:#ffffff;
clear:both;
padding:10px;
font-size:12px;
}

td.footer{
width:800px;
height:50px;
background-color:#ffffff;
}

td.belowfooter{
width:800px;
height:50px;
background-color:#d4d9dc;
text-align:center;
font-size:12px;
color:#195862;
font-weight:bold;
}

td.maincell{
width:250px;
border-bottom:1px dotted #cccccc;
padding:10px;
}

td.maincell2{
width:500px;
border-bottom:1px dotted #cccccc;
padding:10px;
}

td.maincellgreen{
width:250px;
border-bottom:1px dotted #ffffff;
background-color:#d0e8ec;
padding:10px;
}

h1{

}

h2{
color:#ffffff;
font-size:20px;
}

h3{
color:#195862;
font-size:12px;
background-image:url('images/bullets.gif');
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
}

img{
border:0px;
}

p{
font-size:12px;
text-align:justify;
}

a{
text-decoration:none;
}

a.topmenu{
color:#244f5b;
text-decoration:none;
font-weight:bold;
}

a:hover{
text-decoration:none;
color:#034481;
}