body
{
	font-size: small;
	color: black;
	font-family: Arial;
	background-color: white;
}
.CompanyName
{
	font-weight: bold;
	font-size: large;
	font-family: 'Times New Roman';
}
.PageTitle
{
	font-size: medium;
	background-image: url(../images/banner12.jpg);
	line-height: 30pt;
	font-family: Arial;
}
.NumericField
{
	padding-right: 15px;
	font-size: small;
	color: black;
	font-family: Arial;
	text-align: right;
}
.VesselNameLink
{
	font-size: small;
	font-family: Arial;
}
.CaptionField
{
	font-size: small;
	color: gray;
	font-style: italic;
	font-family: Arial;
	font-variant: normal;
}
.FlagHeader
{
	font-weight: bold;
	font-size: large;
	color: maroon;
	font-family: Arial;
}
.FlagLinks
{
	font-size: small;
	color: black;
	font-family: Arial;
}
.FieldHeader
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-family: Arial;
}
.DisputeField
{
	font-size: small;
	color: black;
	font-family: Arial;
	text-align: center;
}
/*Vessel name title in the detail page*/
.VesselNameTitle
{
	font-size: large;
	color: navy;
	font-family: Arial;
}
.CharacterField
{
	font-size: small;
	color: black;
	font-family: Arial;
}
.VesselActivity
{
	font-size: medium;
	color: navy;
	font-family: Arial;
}
.CommentGrayedOut
{
	font-size: smaller;
	color: gray;
	font-family: 'Times New Roman';
	background-color: white;
	text-align: left;
}
.WarningMessage
{
	font-size: x-small;
	color: red;
	font-family: Arial;
}
