/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #f5f5f5;
}
.box
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}

.boxNav
{
	background-attachment: fixed;
	background-image: url(/images/navBG.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}
.footer
{
	font-size: 10px;
	color: #1a7c63;
	font-family: Arial;
}
.pictureLink
{
	font-size: 10px;
	color: #1a7c63;
	font-family: Arial;
}

.ContactProperty
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-weight: bold;
	font-size: 14px;
	border-left: #a9a9a9 1px solid;
	color: #000000;
	line-height: 20px;
	border-bottom: #a9a9a9 1px solid;
	font-family: Arial;
	background-color: #dcdcdc;
}
.errMsg
{
	font-size: 11px;
	color: #ff0000;
	font-family: Arial;
}
.MainContent
{
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-family: Arial;
}

.h1
{
	font-weight: bold;
	font-size: 18px;
	color: #3a5c8c;
	line-height: 20px;
	font-family: Arial;
}
.MainContentBlue
{
	font-size: 12px;
	color: #3a5c8c;
	line-height: 20px;
	font-family: Arial;
}
.MainContentBlueBold
{
	font-weight: bold;
	font-size: 12px;
	color: #3a5c8c;
	line-height: 20px;
	font-family: Arial;
}
.WhoName
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	font-family: Arial;
}
.WhoTitle
{
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-style: italic;
	font-family: Arial;
}
.fieldName
{
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	font-family: Arial;
}
.fieldValue
{
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	font-family: Arial;
}