body  {
	margin-left: 		0px;
	margin-right: 		0px;
	margin-top: 		0px;
	margin-bottom:		0px;
	background-color:	#FFFFFF;
	font-family: 		Verdana, Arial;
	font-size: 	 		10px;
	font-style: 		normal;
	color: 		 		#666666;
	line-height: 		150%;
}

.hometable  {
	border-bottom:		1px #999999 solid;
	border-left:		1px #999999 solid;
	border-right:		1px #999999 solid;
	padding-left: 		10px;
	padding-right: 		10px;		
}

td, div, p  {
	font-family: 		Verdana, Arial;
	font-size: 	 		10px;
	font-style: 		normal;
	color:				#666666;
	line-height: 		150%;
}

.footnote  {
	font-family: 		Verdana, Arial;
	font-size: 	 		9px;
	font-style: 		normal;
	color:				#333333;
	line-height: 		150%;
}

.title  {
	font-family: 		Verdana, Arial;
	font-size: 	 		12px;
	font-style: 		normal;
	font-weight:		bold;
	color:				#00ACEC;
	line-height: 		150%;
}

.cyanfont  {
	font-family: 		Verdana, Arial;
	font-style: 		normal;
	font-weight:		bold;
	color:				#00ACEC;
	line-height: 		150%;
}

.blacktitle  {
	font-family: 		Verdana, Arial;
	font-size: 	 		12px;
	font-style: 		normal;
	font-weight:		bold;
	color:				#000000;
	line-height: 		150%;
}

.graytitle  {
	font-family: 		Verdana, Arial;
	font-size: 	 		10px;
	font-style: 		normal;
	color:				#333333;
	line-height: 		150%;
}


.footer  {
	font-family: 		Arial;
	font-size: 	 		8px;
	font-style: 		normal;
	color:				#666666;
}

.footerspacer  {
	padding-left: 		10px;
	padding-right: 		10px;	
}

.rightlines  {
	padding-top: 		5px;
	padding-bottom: 	5px;	
}

.centerlines  {
	padding-top: 		8px;
	padding-bottom: 	8px;	
}

.cyan  {
	background-color: #EBF3F5;
}


/* ========================== default spacing for content============== */
.contentcell {
	width: 350px;
	height: 300px;
}


/* ========================== default spacing between paragraphs============== */
.mainparagraph {
	padding-top: 10px;
}


/* ========================== table with only outside borders============== */
.basicborder {
	 border: solid #000000 1px;
}


/* ========================== multi line table============== */
.multiborder {
	 border-top: solid #000000 1px;
	 border-left: solid #000000 1px;
}

.multicell {
	 border-bottom: solid #000000 1px;
	 border-right: solid #000000 1px;
}


/* ========================== css for Hale signature============== */
.sigpad {
	padding-top: 5px;
}

.sigborder {
	border-top: 1px #999999 solid;
}

.sigspacing {
	 padding-top: 5px;
	 padding-right: 15px;
}






/* ========================== hyper link styles ===================================== */









a.leftnav {
    color: #666666; 
    font-size: 9px;
    font-weight: normal;
    font-family: Arial;
	text-decoration: none;
}

a.leftnav:visited { 
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}

a.leftnav:active { 
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}

a.leftnav:hover { 
	color: #FF9900;
	font-size: 9px;
}






a.nav {
    color: #666666; 
    font-weight: normal;
    font-family: Verdana, Arial;
	text-decoration: none;
}

a.nav:visited { 
	color: #666666;
	text-decoration: none;
}

a.nav:active { 
	color: #666666;
	text-decoration: none;
}

a.nav:hover { 
	color: #FF9900;	
}






a.navline {
    color: #666666; 
    font-weight: normal;
    font-family: Verdana, Arial;
	text-decoration: underline;
}

a.navline:visited { 
	color: #666666;
	text-decoration: underline;
}

a.navline:active { 
	color: #666666;
	text-decoration: underline;
}

a.navline:hover { 
	color: #FF9900;
	text-decoration: underline;	
}






a.cyanlink {
    color: #00ACEC; 
    font-weight: bold;
    font-family: Verdana, Arial;
	text-decoration: none;
}

a.cyanlink:visited { 
	color: #00ACEC;
	text-decoration: none;
}

a.cyanlink:active { 
	color: #00ACEC;
	text-decoration: none;
}

a.cyanlink:hover { 
	color: #FF9900;
	text-decoration: none;	
}






a.sidenav {
    color: #336699; 
    font-weight: normal;
    font-family: Verdana, Arial;
	text-decoration: none;
}

a.sidenav:visited { 
	color: #336699;
	text-decoration: none;
}

a.sidenav:active { 
	color: #336699;
	text-decoration: none;
}

a.sidenav:hover { 
	color: #FF9900;
	text-decoration: underline;	
}