/*********************************************

added by Globenetix
  1 - commented out margin:0 and padding:0 for "*"
	2 - placed margin:0 and padding:0 under body, div, dl, dd, line(27) etc....
	3 - took out ul, ol, and li from body, div, dl, dd, line(27) etc....

*********************************************/

*
{
	/*margin: 0;
	padding: 0*/
}

html, body
{
	width: 100%;
	height: 100%
}

html 
{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}


/*********   added by Globenetix  **************/
.contentTbl
{
	width:942px;
	background-color:#FFFFFF;
	border:0px;
}
.mainTbl
{
	width: 935px;
	border:1px;
	border-width:thin;
	border-color:Navy;
	margin-top:20px;
}
.mainImage
{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #2B8EA5;
	padding: 1px;
}
.smallImage
{
	border:1px solid #e3e3e3;
	padding:1px;
}
.smallTxt
{
	font-family: Arial;
	color: #000000;
	font-size: 8pt
}
.boldme
{
	font-weight:bold;
}
.italicizeme
{
	font-style:italic;
}
ul.listCircle
{
	list-style-type:disc;
	line-height:155%;
}
.boldmeGold
{
	font-weight:bold;
	color: #959d51;
	font-size: 11pt
}
.spacing li
{
	padding-bottom:7px;
}
.tdQ
{
	font-weight:bold;
	color: #000000;
	font-size: 14pt;
	font-style:normal;
	padding-right:20px;
}
.tdA
{
	font-weight:bold;
	color: #000000;
	font-size: 14pt
}
.tdQtext
{
	font-weight:bold;
	color: #7EC04B;
	font-size: 11pt;
	font-style:italic;
	padding-bottom:10px;
}
.tdAtext
{
	padding-bottom:20px;
}
.custom-page-blue-box
{
	width:887px;
	height:28px;
	padding:12px 0px 10px 55px;
	font-size:24px;
	color:#1491af;
	display:inline-block;
	background:url('/img/blue_box.jpg') no-repeat;
}
