
body { 
font:11px arial,helvetica,sans-serif; 
color:#333;
margin-top:20px;
padding:0;
background-image: url(../img/bg.jpg)
}

p, div, td
{
font:11px arial,helvetica,sans-serif; 
}


a:link
{
	color:#333;
	text-decoration: underline;
}

a:visited
{
	color:#333;
	text-decoration: underline;
}

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

.title{
	font:16px arial,helvetica,sans-serif;
	color: #333;
	font-weight: bold;
}


.footer
{
	font:11px arial,helvetica,sans-serif;
	color: #B3D1FF;
	font-weight: normal;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	font:11px arial,helvetica,sans-serif;
	color: #B3D1FF;
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover {
	font:11px arial,helvetica,sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}