/* CSS Document */

body {
background-color: #DFDFDF;
font-family: Verdana;
font-size: 11px;
}

p
{
font-family: Verdana;
font-size: 11px;
}

td tr
{
font-family: Verdana;
font-size: 11px;
}

div
{
font-family: Verdana;
font-size: 11px;
}

select, option, textarea, input 
{
border: 0px;
font-size: 11px;
font-family: Verdana;
}

a:link { 
color: #000000;
font-weight: bold;
text-decoration: none;
}
a:visited { 
color: #000000;
font-weight: bold;
text-decoration: none;
}
a:hover { 
color: #000000;
text-decoration: underline;
}
a:active { 
color: #000000;
font-weight: bold;
text-decoration: none;
}

table.main
{
background: #FFFFFF;
width: 906px;
margin-left:auto;
margin-right:auto;
}

table.content
{
background:#FFFFFF;
width: 900px;
margin-left:auto;
margin-right:auto;
}

table.mainm
{
background: #FFFFFF;
margin-left:auto;
margin-right:auto;
}

table.contentm
{
background:#FFFFFF;
margin-left:auto;
margin-right:auto;
}

td.bottom
{
background:url(images/bot_bg.jpg);
padding-bottom: 3px;
padding-top: 3px;
}

td.main
{
padding: 10px;
}

.rowgradient
{
background:url(images/srbrbg.jpg);
height: 30px;
padding: 3px;
}

.whitetext
{
font-size: 11px;
color: #FFFFFF;
}

.titlebg
{
background:url(../images/titlebg.jpg);
padding: 3px;
}

.newswrap
{
float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.newswrapr
{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}