body {
	background-color: #3366CC;
    margin: 30px;
	border: #000000;
	border-style: none;
	background-image: url('images/bg_calm_sea.jpg');
	background-repeat: repeat-xy;
	font-family: verdana, arial, sans-serif;
}
.separate{
    background-color: #3366CC;
`   background-image: url('images/bg_calm_sea.jpg');
	background-repeat: repeat-xy;
}
.hbar {
    background-image: url('images/hbar.gif');
	background-repeat: repeat-x;
}
.contentheader {
	background-color: #B8CFE4;
	border: #3366CC;
	border-style: solid;
    border-width: 2px;
    /* Faith commenting in style sheets use the Asterisk and slash , per line  or Block */
    background-image: url('images/bg_calm_sea.jpg');
	background-repeat: repeat-xy;
    /* so you can comment out the previous lines to get rid of the oceon pic in the content */
    font-size: 15px;
    COLOR: #000080;
    FONT-WEIGHT: bold;
    font-family: verdana, arial, sans-serif
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
}
.content {
	background-color: #FFFFFF;
	border: #000000;
	border-style: none;
    font-size: 13px;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    font-family: verdana, arial, sans-serif;
    align: center;
    PADDING-TOP: 10px;
	PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 2px;
}
A { 
 	
    COLOR: #FDD900;
	font-size: 12px;
	text-decoration: underline

  }
A:link {
    
    COLOR: #FDD900;
}
A:hover {color: #ff0000}

.whiteback A { 
 	
    COLOR: #3333ff;
	font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;

  }
.whiteback A:link {
    COLOR: #3333ff;
}
.whiteback A:hover {color: #CFB000}


.table1 {
	background-color: #FFFFFF;
	border: #0000ff;
	border-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
	}
 .tablevnav {
	background-color: #0099FF;
    /*background-color: #00CCFF; */
    /*background-color: #FFFFFF;*/
    border: #0000ff;
	border-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    width: 80%;
    align: center;
    PADDING-TOP: 10px;
	PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 2px;
	}
TH{
	background-color: #3366CC;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
    border-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    }    
   
.hbuttons A
{
    BORDER-TOP: #4A7F9B 2px solid;
    BORDER-LEFT: #4A7F9B 2px solid;
    BORDER-BOTTOM: #0D2638 2px solid;
    BORDER-RIGHT: #0D2638 2px solid;
    PADDING-TOP: 2px;
	PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 2px;
    TEXT-TRANSFORM: none;
    BACKGROUND: #3366cc;
	FLOAT: center;
	FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    COLOR: #000080;
    TEXT-DECORATION: none;
    width:95%;
	/*WHITE-SPACE: nowrap*/
}

.hbuttons A:hover
{
    BORDER-TOP: #0D2638 2px solid;
    BORDER-LEFT: #0D2638 2px solid;
    BORDER-BOTTOM: #4A7F9B 2px solid;
    BORDER-RIGHT: #4A7F9B 2px solid;
    
   
 }
.footer
{
    BACKGROUND: #3366cc;
	FLOAT: center;
	FONT-SIZE: 10px;
    COLOR: #ffffff;
    border: #0000ff;
	border-style: ridge;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
    
}
.footer TD
{
  BACKGROUND: #3366cc;
	FLOAT: center;
	FONT-SIZE: 10px;
    COLOR: #ffffff;
	border-style: none;
}

