/* CSS Document */

body
{
margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 30px;
padding: 0px;
background: #c5c5c5 url(images/bg.gif);
}
a
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11;
text-decoration: none;
color: red;
}
a:hover
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11;
color: red;
text-decoration: underline;
}

p
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12;
color: #585858;
}
td
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12;
color: #585858;
}
ul
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12;
color: #585858;
}
b
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12;
font-weight: bold;
color: #000000;
}

span
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12;
font-weight: bold;
color: #c10005;
}

.mainFill
{
background-image: url(images/mainFill.jpg);
vertical-align: top;
}
.footer
{
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11;
color: #000000;
}






#latestbox {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 100%;
}
