body	{
	font-family: verdana ;
	font-size: 14px ;
	background: rgb(223,254,222) ;
	}





/*-----------------------------------Block styles */

.top	{
	position : absolute ;
	background:url(sgb_top.jpg) no-repeat left top;
	border-right : 1px solid black ;
	left:0px;
	top:4px ;
	width:986px ;
	height : 200px ;
	}




.menu	{
	position : absolute ;
	top : 186px ;
	width : 166px ;
	background:  url(menu_spacer.gif) ;
	border-bottom : 1px solid black ;
	padding : 0px ;
	margin : 0px ;
	left : 0px ;
	}



.content
	{
	position : absolute ;
	border-right : 1px solid black ;
	border-bottom : 1px solid black ;
	background:white url(content_spacer.gif) left repeat-y ;
	padding-bottom:6px;
	top : 102px ;
	left : 165px ;
	width : 821px ;
	z-index : 10 ;
	}


/*-----------------------------------inline styles */
.small	{
	font-size: 11px ;
	}
.disclaimer
	{
	font-size: 11px ;
	padding : 8px ;
	}
.menuIn	{
	padding : 8px ;
	}
.title	{
	text-align: center ;
	font-size : 18px ;
	font-weight: bold ;
	padding-top: 15px ;
	padding-bottom : 16px ;
	}
.text	{
	text-align : justify ;
	padding-right : 4px ;
	}
.imLeft	{
	margin-right : 10px ;
	}
.imRight	{
	margin-left : 10px ;
	}
a	{
	color : black ;
	text-decoration : none ;
	font-weight : bold ;
	}
a:hover	{
	color : rgb(150,150,150) ;
	text-decoration : none ;
	}	


.subitem
	{
	font-size: 12px ;
	font-weight: normal ;
	}

.centre	{
	text-align:center ;
	}

td	{
	font-family: verdana ;
	font-size: 14px ;
	text-align: left ;
	}

iframe	{
	width: 812px ;
	height: 1800px ;
	border: 0px solid black;
	margin-top:14px ;
	}


/*-----------------------------------formstyles */

.fSmall
	{
	width : 150px ;
	}


.fMid
	{
	width : 500px ;
	}
.fLarge
	{
	width : 800px ;
	height : 500px ;
	font-family: verdana ;
	font-size: 14px ;
	}


/*-----------------------------------tablestyles */
.datatable
	{
	border-left:1px solid black;
	border-bottom:1px solid black;
	}
.dataTd
	{
	border-right:1px solid black;
	border-top:1px solid black;
	padding: 2px ;
	}
