    body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	background-image: url(../images/design/front/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
	.clear {clear: both; }
	.hidden {display: none;}
	
	table.styleTable {
	background-color:#FFF;
	border: #CCC 1px solid; 
	}
	
	th.styleTable {
	background-color:#020;
	color: #FFF;
	padding:4px;
	margin:0px;
 	text-align:left;
	}
	
	a:link, a:visited {
	color: #C00;
}
	a:hover, a:active {
	color: #000;
}
#copyright	{
	width: 940px;
	text-align:right;
	font-size: 11px;
	color: #999;
	margin: 0px auto;
	padding: 5px 30px;
	}
	
	#copyright a:link, #copyright a:visited {
	color: #999;
	font-size: 11px;
}
	#copyright a:hover, #copyright a:active {
	color: #000;
}
	
.titleheading,.subheading, .smallheading{
	font-weight: bold;
	color: #E22;
		}
.titleheading {font-size: 12pt;	}
.smallheading	{font-size: 9pt;}
.subheading2	{
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	}
.smalltext	{
	font-size: 11px;
	color: #000000;
	}
.small	{
		font-size: 9pt;
		color: #000000;
	}
