/* CSS Document */

body {
background:url(img/bck.jpg);
margin: 0px;
font-size: 12pt;
font-weight: Bold;
}

a:link, a:visited, a:active {
text-decoration: none;
color: black;
}

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

.main {
background: url(img/logo.gif);
background-repeat:no-repeat;
}


.tinyb {
font-size: 8pt;
font-weight: Bold;
}

.smallb {
font-size: 10pt;
font-weight: Bold;
}