.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.body_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.bullet_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	list-style-type: disc;
	left: -20px;
}


body {
	background-color: #4580BF;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

#table_wrapper {
position: relative;
width: 1070px;
margin: 0 auto;
}



#Fish {
	width:180;
	height:137;
	left: 10px;
	top: 1px;
}
#Layer1 {
	width:770px;
	height:250px;
	left: 15px;
	top: 397px;
}

#Layer2b { /* -- USE THIS IF THERE IS NO SIDE PANEL */
	position:absolute;
	width:180;
	height:137;
	z-index:1;
	left: 870px;
	top: -18px;
}


#Layer2 { /*-- USE THIS IF THERE IS A SIDE PANEL*/
	position:absolute;
	width:180;
	height:137;
	z-index:1;
	left: 745px;
	top: -18px;

} 


.textscroll {
	width:270px;
	height:300px;
	left:578px;
	top:180px;
	position:absolute;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}


/* Form classes
-------------------------------------------------------------- */
form			{  padding: 0;}

.form_bg		{ width: 230px; margin: 30px 0 0 10px; padding: 10px; background: #e3ecf5; }

.captcha		{ width: 100px; margin: 5px 5px 5px 0; float: left; display: inline;}

.item		 	{ width: 240px; margin: 0; padding: 0; clear: both; }
.item_submit 	{ width: 240px; margin: 3px; 0; text-align: center; }

.error			{ margin-bottom: 7px; }



.label			{ font-size: 12px; width: 60px; float: left; display: inline; text-align: left;  }
.labelfull		{ font-size: 12px; width: 230px; text-align: left; }



INPUT.Cat_TextBox, INPUT.Cat_TextBox_Sm, SELECT.Cat_DropDown, TEXTAREA.Cat_ListBox {
	color: 	#333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; font-weight: normal;
	border: 1px solid #C4BFBC;
	margin-bottom: 6px;
	background: #FFFFFF !important;
}

INPUT.Cat_TextBox, SELECT.Cat_DropDown {
	WIDTH: 153px;
}

INPUT.Cat_TextBox_Sm {
	WIDTH: 108px;
	margin-top: 5px;
}

TEXTAREA.Cat_ListBox {
	width: 213px;
	height: 60px;
}

/* Button Classes */

.button {
	width:109px;
	height:34px;
	background: url(../Images/but-submit.gif) no-repeat;
	outline: none; border: none;
	margin: 15px 0 0 0;
	cursor: pointer;
	text-align: center;
}

.button:hover {
	background: url(../Images/but-submit_d.gif) no-repeat;

}



/* ********************************************************** */
/* The following are used for Hyperlinks            	      */
/* ********************************************************** */

/* Hyperlink colours - Header    */

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #4580BF;
	text-decoration: none;
}
a:hover {
	color: #4580BF;
	text-decoration: underline;
}

a:active {
	color: #4580BF;
	text-decoration: none;
}


/* Hyperlink colours - Footer    */

a.special:link {
	color: #FFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 11pt;
}


a.special:visited {
	color: #4580BF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 11pt;
}

a.special:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 11pt;
}

a.special:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 11pt;
}