﻿body
{
	font: small Verdana, 'Arial', sans-serif;
	background-color: #374A7F;
}
/*background-color: #374A7F*/

a:link
{
	color:#374A7F;
	font-weight:bold;
	font-size:10pt;
	text-decoration: none;
}

a:visited
{
	color:#374A7F;
	font-weight:bold;
	font-size:10pt;
	text-decoration: none;
}

/* Styles for the messages that show in the menu */

p.briefMessageHead
{
	color:#000000;
	font-weight:bold;
	font-size:8pt;
	padding-left: 5px;
}

p.briefMessageNew
{
	color:#FF0000;
	font-weight:bold;
	font-size:8pt;
	padding-left: 5px;
}

p.briefMessageOld
{
	color:#666666;
	font-weight:normal;
	font-size:8pt;
	padding-left: 5px;
}

/* Styles for the messages that show in the messages form */

p.fullMessageNew
{
	color:#FF0000;
	font-weight:bold;
	font-size:10pt;
}

p.fullMessageOld
{
	color:#000000;
	font-weight:normal;
	font-size:10pt;
}