html   {
	height: 100%;
}
body   {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	text-align: center;
	background-color: #352b1e;
	background-image:  url("/office/media/images/layout/background_tile.gif");
}
td   {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
.clearBoth {
	clear: both;
}
.heading1 {
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}
.heading2 {
	font-size: 16px;
	line-height: 18px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading3 {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	text-decoration: none;
}
.heading4 {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading5 {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 18pt;
	font-family: Georgia, Times New Roman, Times, serif;
}
.heading1Inv {
	font-size: 24px;
	line-height: 26px;
	color: #002f40;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}
.heading2Inv {
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading3Inv {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	text-decoration: none;
}
.heading4Inv {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading5Inv {
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18pt;
	font-family: Georgia, Times New Roman, Times, serif;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.footer {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #008080;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #008080;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover  {
	color: #01b4b4;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headerDiv {
	position: relative;
	height: 95px;
	width: 100%;
	margin: 0px auto 0px auto;
}
.bodyDiv {
	position: relative;
	width: 100%;
	margin: 0px auto 0px auto;
	/*background-image: url(/media/images/layout/body_lines_tile.gif);*/
}
.footerDiv {
	position: relative;
	clear: both;
	height: 100%;
	width: 100%;
	margin: 0px auto 0px auto;
}
hr.greydot {
	border: none 0; 
	border-top: 1px dotted #999999;
	/*border-bottom: 1px solid #9cf;*/
	width: 100%;
	height: 1px;
	margin: 5px 0px 5px 0px;
	/*text-align: left;*/
}