/* CSS Document */

body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
background-color:#FEFFDF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:black;
}

a:link { color:#754B00; text-decoration:underline; font-weight:bold }
a:visited { color:#754B00; text-decoration:underline; font-weight:bold }
a:hover { color:#BB9447; text-decoration:underline; font-weight:bold }

h1 {
font-size:20px;
color:#BB9447;
}

h2 {
font-size:18px;
color:#754B00;
}

h3 {
font-size:16px;
color:#000000;
}

h4 {
font-size:15px;
color:#000000;
}


#header {
background-image:url(/graphics/bg.jpg);
background-repeat:repeat-x;
}

#justify {
padding:5px;
text-align:justify;
}

#right {
padding:5px;
text-align:right;
}

#left {
text-align:left;
padding:5px;
}

#center {
text-align:center;
padding:5px;
}

#info {
font-size:9px;
color:#666666;
}

#divider {
background-image:url(/graphics/divider.gif);
background-position:center;
background-repeat:repeat-y;
}

#copyright {
text-align:center;
font-size:9px;
}

#copyright a:link { color:#666666; text-decoration:none; font-weight:normal }
#copyright a:visited { color:#666666; text-decoration:none; font-weight:normal }
#copyright a:hover { color:#666666; text-decoration:underline; font-weight:normal }


DT {
font-family: helvetica, arial, sans-serif;
font-size: 10pt;
font-weight: bold;
}

P.footer {
font-family: helvetica, arial, sans-serif;
font-size: 9px;
}

DIV.large {
font-family: helvetica, arial, sans-serif;
font-size: 13pt;
font-weight: bold;
}

