.HyperlinkStyleDark {
    font-family: Arial; 
    font-size: 10pt; 
    font-weight: bold; 
    color: #0000C0; 
    text-indent: 2px; 
    text-decoration: underline;
}

a:hover {
    color: Yellow;
	background-color : Navy;
	text-decoration : underline;
}

.VesselDataStyle {
    font-family: Arial; 
    font-size: 12pt; 
    color: #800000; 
    font-weight: bold;
}

.LabelStyle {
    font-family: Arial; 
    font-size: 10pt;
    color:#0000C0;
}

.WarningTextLabelStyle {
    font-family: Arial; 
    font-size: 10pt; 
    color: #C00000;
}

.Commitment {
    font-family: "Times New Roman", Times, serif; 
    font-size: 12pt; 
    font-weight: bold; 
    color: Green; 
    text-indent: 2px; 
}

.Rejection {
    font-family: "Times New Roman", Times, serif; 
    font-size: 12pt; 
    font-weight: bold; 
    color: Red; 
    text-indent: 2px; 
}
