html,body,table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00388C;
}
/*** MAIN MENUS ***/
.eauMenuBlock,
.gvsMenuBlock,
.solMenuBlock,
.irlMenuBlock{
	margin-bottom:8px;
}
.eauMenuBlock a,
.eauMenuBlock span,
.gvsMenuBlock a,
.gvsMenuBlock span,
.solMenuBlock a,
.solMenuBlock span,
.irlMenuBlock a,
.irlMenuBlock span{
	display:block;
}
.menuGvs {
	font-weight: bold;
	text-decoration: none;
}
.menuGvsSel {
	font-weight: bold;
	color: #F17C2F;
	text-decoration: none;
}
#gvsMenu a:hover,
.gvsMenuBlock a:hover,
.menuGvs:hover {
	color: #F17C2F;
}
.menuEau {
	font-weight: bold;
	text-decoration: none;
}
.menuEauSel {
	font-weight: bold;
	color: #007BCB;
	text-decoration: none;
}
.eauMenuBlock a:hover,
#eauMenu a:hover,
.menuEau:hover {
	color: #007BCB;
}
.menuSol {
	font-weight: bold;
	text-decoration: none;
}
.menuSolSel {
	font-weight: bold;
	color: #FDB500;
	text-decoration: none;
}
#solMenu a:hover,
.solMenuBlock a:hover,
.menuSol:hover {
	color: #FDB500;
}
.menuIrl {
	font-weight: bold;
	text-decoration: none;
}
.menuIrlSel {
	font-weight: bold;
	color: #009328;
	text-decoration: none;
}
.irlMenuBlock a:hover,
.menuIrl:hover {
	color: #009328;
}
/*** TOP NAV ***/
.menuAcc {
	text-decoration: none;
}
.menuAccSel {
	font-weight: bold;
	color: #FC03B9;
	text-decoration: none;
}
.menuAcc:hover {
	color: #FC03B9;
}
.menuAte {
	text-decoration: none;
}
.menuAteSel {
	font-weight: bold;
	text-decoration: none;
}
.menuAte:hover {
}
.menuBro {
	text-decoration: none;
}
.menuBroSel {
	font-weight: bold;
	color: #FC0315;
	text-decoration: none;
}
.menuBro:hover {
	color: #FC0315;
}
.menuNws {
	text-decoration: none;
}
.menuNwsSel {
	font-weight: bold;
	color: #FC9B03;
	text-decoration: none;
}
.menuNws:hover {
	color: #FC9B03;
}
.menuFle {
	text-decoration: none;
}
.menuFleSel {
	font-weight: bold;
	color: #7D008C;
	text-decoration: none;
}
.menuFle:hover {
	color: #7D008C;
}
.menuCon {
	text-decoration: none;
}
.menuConSel {
	font-weight: bold;
	color: #9B03FC;
	text-decoration: none;
}
.menuCon:hover {
	color: #9B03FC;
}
/*** TEXT STYLES ***/
a{
	color: #00388C;
}
.txt {
}
.txtBig {
	font-size:1.2em;
}
.txtSmall {
	font-size: 0.9em;
}
.txtSmallCenter {
	font-size: 0.9em;
	text-align:center;
}
.txtSSmall {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
.linkSSmall {
	font-size: 0.8em;
	font-weight: bold;
}
.gvsPdf,
.eauPdf,
.solPdf,
.irlPdf,
.nwsPdf{
	padding-left: 20px;
	background-image: url("../html/img/pdf-logo.gif");
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	margin-bottom:1px;
}
.nwsPdf{
	margin:2px 0;
	color:#FC9B03;
}
.txtPara0 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.txtPara {
	margin-top:0px;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0px;
}
.txtParaM {
	margin-top:0px;
	margin-bottom:12px;
	margin-left:0px;
	margin-right:0px;
}
.txtParaB {
	margin-top:0px;
	margin-bottom:16px;
	margin-left:0px;
	margin-right:0px;
}
.txtParaJust {
	text-align: justify;
	margin-top:0px;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0px;
}
.txtParaJustB {
	text-align: justify;
	margin-top:0px;
	margin-bottom:14px;
	margin-left:0px;
	margin-right:0px;
}
.subMenuPara {
	margin-top:0px;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0px;
}
.subMenuPara2 {
	margin-top:0px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
}
.paraBrochures{
	margin-top:37px;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:0px;
}
.txtGvs{
	color: #F17C2F;
}
.txtEau{
	color: #007BCB;
}
.txtSol{
	color: #FDB500;
}
.txtIrl{
	color: #009328;
}
.txtFor{
	color: #7D008C;
}
.eauExBoatBox{
	width:120px;
	height:20px;
	background-color:#B0D0FF;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #00388C;
}
/*** table styles ***/
.cellPaddingCentral{
	padding-top:10px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
}
/*** form fields ***/
input,
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color: #00388C;
	padding-left:2px;
}
.formFieldNormal{
	width: 160px;
	height: 17px;
	border: 0px;
	background-color: #FFFFFF;
}
.formFieldSSmall{
	text-align: center;
	width: 20px;
	height: 17px;
	border: 0px;
	background-color: #FFFFFF;
}
.buttonStyle{
	color: #FFFFFF;
	border: 0px;
	background-color: #204D85;
}