body
{
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../img/body_bg.gif);
	margin: 0px;
	line-height: 18px;
	background-repeat: no-repeat;
	font-family: Verdana, 'Trebuchet MS' , Arial;
}
.content
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
a:link 
{
   color: #AF1111;
   text-decoration: underline;
}
a:visited 
{ 
   color: #706E6E;
   text-decoration: underline;
}
a:active 
{ 
   color: #E34949; 
   text-decoration: underline;
}
a:hover 
{ 
   color: #E90101;
   text-decoration: underline;
}
h1
{
	font-size: 16px;
	color: #706e6e;
	font-style: italic;
	font-family: 'Times New Roman';
}
h3
{
	font-size: 16px;
	color: #af1111;
	font-style: italic;
	font-family: 'Times New Roman';
}
table
{
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, 'Trebuchet MS' , Arial;
}