a {
	color: Navy;
}

a:hover {
    color: #F0F8FF;
	background-color : Navy;
	text-decoration : underline;
}

.ButtonStyle 
{
	 font-family: Arial; 
	 font-size: 8pt;
}

.VesselDataStyle 
{ 
	font-family: Arial; 
	font-size: 12pt; 
	color: #800000; 
	font-weight: bold;
}

.DataTextStyle
{ 
	font-family: Arial; 
	font-size: 8pt; 
	color: #000080; 
	font-weight: bold; 
	padding : 0.2em;
}

.DataTextStyleEven
{ 
	font-family: Arial; 
	font-size: 8pt; 
	color: #000080; 
	font-weight: bold; 
	padding : 0.2em;
	background : #DCDCDC;
}

.DataTextStyleOdd
{ 
	font-family: Arial; 
	font-size: 8pt; 
	color: #000080; 
	font-weight: bold; 
	padding : 0.2em;
}

.DataTextStyleCaption
{ 
	font-family: Arial; 
	font-size: 8pt; 
	color: Gray; 
	font-weight: bold; 
	padding : 0.2em;
}

.TextLabelStyle 
{ 
	font-family: Arial; 
	font-size: 8pt; 
	text-indent: 2px; 
}

.WarningTextLabelStyle 
{ 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #C00000;
}

.HyperlinkStyleDark {
    font-family: Arial; 
    font-size: 10pt; 
    font-weight: bold; 
    color: Navy; 
    text-indent: 2px; 
    text-decoration: underline;
}

.HyperlinkStyleBig {
    font-family: Arial; 
    font-size: 12pt; 
    font-weight: bold; 
    color: Navy; 
    text-indent: 2px; 
    text-decoration: underline;
}

.Hidden
{
	display : none;
}

.HeaderDataStyle 
{ 
	font-family: Arial; 
	font-size: 12pt; 
	color: #800000; 
	font-weight: bold;
}

