/* <style type="text/css"> */
    body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background: #FFF url(images/design/front/bg.jpg) repeat-x;
	}
	
	.clear {clear: both; }
	.hidden {display: none;}
	
	table.styleTable {
	background-color:#FFF;
	border: #CCC 1px solid; 
	}
	
	th.styleTable {
	background-color:#CCC;
	color: #FFF;
	padding:4px;
	margin:0px;
 	text-align:left;
	}
	
	a:link, a:visited {
	color: #0C6;
}
	a:hover, a:active {
	color: #90C;
}
	

#copyright	{
	margin: 0px auto;
	width: 920px;
	text-align:right;
	font-size: 11px;
	color: #8D8D8D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
	
	#copyright a:link, #copyright a:visited {
	color: #8D8D8D;
	font-size: 11px;
}
	#copyright a:hover, #copyright a:active {color: #000;}
	
.titleheading,.subheading, .smallheading{
	font-weight: bold;
	color: #924306;
		}
.titleheading {font-size: 12pt;	}
.smallheading	{font-size: 9pt;}
.subheading2	{
	font-size: 10pt;
	font-weight: bold;
	color: #110088;
	}
.smalltext	{
	font-size: 11px;
	color: #000000;
	}
.small	{
		font-size: 9pt;
		color: #000000;
	}
