/* CSS Document */

.Content
{ 
	background-image: url(../img/content_background.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	
	
}

.Footer
{
	background-image: url(../img/footer_background.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}

.Header
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.SubHeader
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}