/* RBM Aquaculture style sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #5B4B55;
	text-align: left;
}
#wrapper {
	text-align: left;
	width: 800px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px auto;
}
.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-color: #5b4b55;
}
.body2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-color: #5b4b55;
}
.body-sml {
	font-size:9px;
	color:#5b4b55;
}
.body-sml-ital {
	font-size:9px;
	font-style:italic;
	color:#5b4b55;
}
.H1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#5b4b55;
}
.hdgblue	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24pt;
	font-weight:bold;
	color:#0000CC;
}
.subhdg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#5b4b55;
}
.subhdg2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#ff0000;
}
.subhdBlack {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#000000;
}
/* Link Styles
 *
*/
a:link{
	text-decoration:underline;
	font-size:10pt;
	color:#0000ff;
}
a:visited{
	color:#800080;
}
a:hover{
	color: #EE0F59;
	text-decoration:none
}
a:active {
	color: #FF0000;
}
a:small	{
	font-size:9px;
}
