/* CSS Document */

<style type="text/css">
body {
background-color:#FFFFFF;

}

#dConatiner {
width: 600px;
height:auto;
margin-left:auto;
margin-right:auto;
}

.Header {
width:600px;
height: 200px;
}

.Footer {
width:600px;
height: 100px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
margin-top:75px;
}

.SubText {
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
padding-top:0px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;

}

h1lb {
font-family:Arial, Helvetica, sans-serif;
font-size: 17px;
line-height:12px;
font-weight: bold;
color:#0099CC;

}

h1lb a:link{text-decoration:none; color:#0099CC;}
h1lb a:hover{text-decoration:none;color:#0099CC;}
h1lb a:visited{text-decoration:none;color:#0099CC;}

h2lb {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 16px;
font-weight: bold;
font-style:italic;
color:#666666;
}

h2lb a:link { color:#666666; text-decoration:none;}
h2lb a:hover { color:#666666; text-decoration:none;}
h2lb a:visited { color:#666666; text-decoration:none;}

h3lb {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color:#999;

}

h3lb a:link {
font-weight: bold;
color:#999;
text-decoration:none;

}

h3lb a:hover {
text-decoration: none;
border-bottom: solid thin #00CCFF;

}

h3lb a:visited {
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
color:#999;

}

p {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#666666;
line-height:16px;

}

p a:link {
color:#666666;
line-height:16px;
text-decoration:none;

}

p a:hover {
color:#666666;
line-height:16px;
text-decoration:none;
border-bottom: solid thin #00CCFF;

}

p a:visited {
color:#666666;
line-height:16px;
text-decoration:none;

}

</style>