.style1 {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
.style2 {
	font-size: medium;
}
.style3 {
	font-size: large;
}
.style4 {
	color: #0099FF;
	font-size:x-large;
	font-weight: bolder;
}
.style5 {
	background-color: #FFFFFF;
}
.style6 {
	border: 2px solid #0099FF;
}
.style7 {
	border: 1px solid #0099FF;
}
.style8 {
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
.stylebold {
	font-weight: bold;
}
.stylered {
	color: red;
}
.styleblue {
	color: #0099ff;
}
.stylexsmall {
	font-size: xx-small;
	color: #fffffe;
}
.stylesmall {
	font-size: small;
}
.stylecenter {
	text-align: center;
}
.styleleft {
	text-align: left;
}
.stylejustified {
	text-align: justify;
}
.stylediscussion {
	text-align: justify;
	font-size: small;
}

ul.square {list-style-type:square}


/* ---------------------- Dolphin nav ---------------------- */
/* #dolphincontainer{position:relative;height:56px;color:#E0E0E0;background:#0099FF;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif;} */
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(menuimages/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(menuimages/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(menuimages/dolphin_left-ON.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(menuimages/dolphin_right-ON.gif) no-repeat top right;height:33px;}
/* ---------------------- END Dolphin nav ---------------------- */