/* CSS Document */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4A2B2B;
	background: #443031 url(images/main_bgd.gif) repeat-y left top;
	margin: 0px;
	}

li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4A2B2B;
	margin: 0px;
	}


.subtitle	{
	font-size: 12pt;
	font-weight: bold;
	}
	
.redSubtitle	{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #BD0000;
	font-weight: bold;
	}
	
.red	{
	color: #BD0000;
	}
	
a:link	{
	color: #7C4848;
	text-decoration: underline;
	}
a:visited	{
	color: #7C4848;
	text-decoration: underline;
	}
a:hover	{
	color: #BD0000;
	text-decoration: underline;
	}
a:active	{
	color: #BD0000;
	text-decoration: underline;
	}
