/* Default CSS Stylesheet for a new Web Application project */
BODY 
{
	FONT-FAMILY: arial,sans-serif; 
	BACKGROUND-COLOR: #3e6c92;
}

P, TD, .InputText 
{	color:#3e6c92;
	FONT-FAMILY: arial,sans-serif; 
	font-size: 10pt;
}

.ColdMnuTxt
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 10px;
	color: #5493c3;
	text-decoration: none;
} 

.SelMnuTxt
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 10px;
	color: #ffffff;
	text-decoration: none;
}

.PageBodyHdr
{
	font-weight: bold;
	font-size: 12pt;
	margin-left: 10px;
	color: #003a6a;
}

.ContactDetailsTxt
{
	font-size: 8pt;
	margin-left: 10px;
	color: #3e6c92;
}

.FooterTxt
{
	margin-top: 2px;
	font-size: 8pt;
	color: #ffffff;
}

.SiteUpdateTxt
{
	margin-top: 2px;
	margin-Left: 10px;
	font-style: italic;
	font-size: 8pt;
	color: #3e6c92;
}

