body {
background: #000000;
width:100%;
background-repeat:no-repeat;
background-attachment:fixed;
}

td {
	font: normal 12px Tahoma, Arial;
	color: #666666;
}

h1, h2, h3, h4, h5 {

    color: #2c6da3;
    margin: 0px;
}


h1 {
    font-size: 31px;
}

h2 {
    color: #ff9900; 
    font-size: 22px; 
    font-family: "Trebuchet MS", Times, serif;
}

h3 {
    font-size: 14px;
}


a {

font: normal 12px Tahoma, Arial;
color: #2c6da3;
text-decoration: underline;
}

a:hover {

font: normal 12px Tahoma, Arial;
color: #2c6da3;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 0 0 0 10px;
}
.p1
{
padding: 0 0 0 10px;
}
.p2
{
padding: 10px;
}
.bg1
{
background: #cccccc url(images/index_13.jpg) top repeat-x;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #cfcfcf;
}


/* Menu */


    
 
/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{
	position:relative;
	height:46px;
	color:#E0E0E0;
	background:url(images/bg_70percent.png)repeat;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
    	font-weight:bold;
	}

#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background: url(images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 0;

	}

#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
    font-weight:bold;
    
    
	}

#dolphinnav ul li{
	display:block;
	float:left;
	margin:0 1px;
    	font-weight:bold;
    
	}

#dolphinnav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
    	font-weight:bold;
	}

#dolphinnav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
    	font-weight:bold;
	}

#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;

	}

#dolphinnav ul li a:hover span{
	display:block;
    	font-weight:bold;
	width:auto;
	cursor:pointer;
	}

#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
    	font-weight:bold;
	}

#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
	}
/* ---------------------- END Dolphin nav ---------------------- */