/* Cascading Style Sheet for Marina Mechanical Web Site*/
.NavBar
{ 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	font-style: nromal; 
	font-weight: bold; 
    color: Navy ;
}
.NavBar A:link {text-decoration: none; color: Blue;}
.NavBar A:visited {text-decoration: none; color: Blue;}
.NavBar A:active {text-decoration: none; color: Blue;}
.NavBar A:hover {/*font-size:24; font-weight:bold; */text-decoration: underline overline; color: Blue;}

.Leadoff
{
	font-family: Times New Roman, Times;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color : Green;
}
.Button1
{ 
	font-family:  Verdana, Arial, Helvetica;
	font-size: 13pt; 
	font-style: italic; 
	font-weight: bold; 
    color:  Blue;
}.Button2
{ 
	font-family:  Verdana, Arial, Helvetica;
	font-size: 10pt; 
	font-style: italic; 
	font-weight: bold; 
    color:  Blue;
}
.Headline0
{ 
	font-family: Verdana, Arial, Helvetica;
	font-size: 24pt; 
	font-style: italic; 
	font-weight: bold; 
    color:  rgb(0,0,128)/*Navy;*/
}
.Headline1
{ 
	font-family: Times New Roman, Times;
	font-size: 18pt; 
	font-style: regular; 
	font-weight: bold; 
    color:  rgb(0,0,128)/*Navy;*/
}
.Headline2
{ 
	font-family: Times New Roman, Times;
	font-size: 14pt; 
	font-style: regular; 
	font-weight: bold; 
    color:  Navy;
}
.Caption      
{ 
	font-family: font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	font-style: regular; 
	font-weight: regular; 
    color:  Black;
	background-color: Azure;
}
a {
	/*text-decoration: none;*/
}
a:link
{
	color: Navy;
}
a:visited
{
	color: Blue;
} 
a:active 
{
	color: Navy;
}
body
{
	font-family: Times New Roman, Times;
	background-color: rgb(240,255,255);/* #F0FFFF Azure; /*  rgb( 255,255,255);*/
	color: rgb(0,0,0);
	background: url(images/background_azure.jpg) Azure;
}
h1
{
	font-family: Times New Roman, Times;
	font-weight: regular; 
	color: rgb(153,153,51);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(0,0,128); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,0,128); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(0,0,128);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(0,0,128);
}
Table
{
  border: none;
}