body {
	margin-top: 18px; margin-left: 0px;
	background-color:#3E3530;
	font-family: Arial, Helvetica, sans-serif;font-size:12px; line-height:normal;

}
td {}
p { margin-bottom: 25px; margin-top: 0px;}

h1 {
	font-size: 25px;
	color: #993300;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic; 
	margin-top: 8px;
	margin-bottom: 30px;
}
h2 {
	font-size: 16px;
	color: #006633;
	margin-top: 8px;
	margin-bottom: 18px;
}
h3 {
	font-size: 14px;
	color: #990000;
	margin-top: 8px;
	margin-bottom: 15px;
}
h4 {
	font-size: 12px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 09px;
}
h5 {
	font-size: 13px;
	color: #006633;
	margin-top: 8px;
	margin-bottom: 18px;
}
h6 {
	font-size: 16px;
	color: #993300;
	margin-top: 8px;
	margin-bottom: 18px;
}

li {color: #000000; list-style-type: square; line-height:16px;}
ul { margin-bottom: 0px; margin-top: 0px;}
/* This is for an indented bulleted list with in a bulleted list, it was producing a HUGE gap/space between the last /ul of an indented set of 'li'.  The rest of the site had margins set - and editing the margin would have screwed everything else up site wise.  So improvised with this class.  Use this class in a <ul> that indents with in a <ul> */
ul .special {margin-bottom: -0px;}

ol li {list-style: decimal;}
ol {margin-bottom:0px;}
.nobullet { list-style:none;}

a img {border: none;}

A:link {text-decoration:none;font-weight:bold; color:#1844A9;}
A:visited {text-decoration:none;font-weight:bold; color:#1844A9;}
A:hover {
	text-decoration:none;
	font-weight:bold;
	color:#102E72;
}


.underlinelink  A:link {text-decoration:underline;color:#006600;font-weight:bold;}
.underlinelink  A:visited {text-decoration:underline;color:#006600;font-weight:bold;}
.underlinelink  A:hover {
	text-decoration:underline;
	color:#004600;
	font-weight:bold;

}

.bottompadding {padding-bottom:08px;}

.content { background-image:url(images-site/content-back-intu.jpg);}
.contentcell {
	border-left:#663300 solid 1px; padding: 4px 4px 14px 4px; vertical-align:top; background-image:url(images-site/content-back-intu.jpg);
}
.leopardback { background-image:url(images-site/leopard-back-v2.jpg); background-repeat: repeat-y; padding-bottom:40px; vertical-align:top;}

td.nav { vertical-align:top;background-image:url(images-site/content-back-intu.jpg); padding-top:10px;}
.nav A:link {text-decoration:none;color:#000000;font-weight:bold;font-size:12px; line-height:130%;margin-left:10px;}
.nav A:visited {text-decoration:none;color:#000000;font-weight:bold;font-size:12px; line-height:130%;margin-left:10px; }
.nav A:hover {
	text-decoration:none;
	color:#C00000;
	font-weight:bold;
	font-size:12px;
	line-height:130%;
margin-left:10px;}

.copyright{font-size:11px;color: #CCCCCC;text-align:center;}
.copyright A:link {text-decoration:none; color:#CCCCCC; font-weight: normal; text-decoration: underline; font-size:11px;}
.copyright A:visited {text-decoration:none;color:#CCCCCC;font-weight:normal; font-size:11px; text-decoration: underline;}
.copyright A:hover {
	text-decoration:none;
	color:#F2EFEC;
	font-weight:normal;
	font-size:11px;
	text-decoration: underline;
}
