body {
	color: #555;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 85%;
}

/* ----- HEADINGS ----- */

.twoColFixLtHdr #mainContent h1,
.twoColFixLtHdr #mainContent h2,
.twoColFixLtHdr #mainContent h3,
.twoColFixLtHdr #mainContent h4,
.twoColFixLtHdr #mainContent p {
	padding-left: 15px;
	padding-right: 15px;
	}
.twoColFixLtHdr #mainContent ul {
	padding-left: 30px;
	padding-right: 30px;
	}
.twoColFixLtHdr #mainContent table {
	margin: 5px 15px 10px 15px;
	}
 
/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	font-weight:normal;
	margin: 1em 0 0em 0;
	line-height: 1.2em; /*16x1.636=36px */
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	}
#mainContent h1{
	color: #002450;
	font-weight: bold;
	font-size: 2.5em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../aassets-gn/h1/h1liner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 15px;
	letter-spacing: -0.075em;
	}
.head_diff {
	font-weight: normal;
	color: #666666;
	}
h2, h3, h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	}
h2 {
	color: #888;
	font-size:1.75em;   /* 16x1.5=24 */
	/* margin:1em 0;  18x1=18px */
}
h3 { 
	color: #888;
	font-size:1.3em; /* 16x1.125=18 */ 
}
h4 { 
	color: #666;
	font-weight: bold;
	font-size: 1em; /* 16x0.875=14 */ 
}


/* ----- LINKS ----- */

a:link, a:visited {
	color: #99CC33;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #002450;
	text-decoration: none;
}
#mainContent a:link, #mainContent a:visited {
	border-bottom: 1px dotted #99CC33;
	}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {
	border-bottom: 1px solid #002450;
}
		
/* ----- TYPOGRAPHY ----- 
fonts:
"Arial Black", Gadget, sans-serif
"Comic Sans MS", cursive
"Courier New", Courier, monospace
Geneva, Arial, Helvetica,
Georgia, "Times New Roman", Times
Impact, Charcoal, sans-serif
"Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif
"Palatino Linotype", "Book Antiqua", Palatino, serif
Tahoma, Geneva, sans-serif
"Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif
Verdana, Arial, Helvetica, sans-serif
Georgia, "Times New Roman", Times, serif */

p, li, dt, dd {
	font-size: 1em; /* 16x0.875=14px */
	line-height: 1.5em; /* 16x1.5=24px */
}

p, ul {
	margin: 0 0 1.5em 0;
}

.twoColFixLtHdr #mainContent p {
	text-align: justify;
	}

ul {
	margin: .5em 0 .5em 0;
}

/*p {
   margin-bottom:0 }
p + p {
   text-indent:1em;
   margin-top:0 }*/
   
/* ul {
list-style-type: cjk-ideographic;
list-style-type: disc, circle, square, decimal, none;
}
list-style-image: url(../whatever.png);
*/

/* ----- MARGINS ----- */

h1 + p, h2 + p, h3 + p, h4 + p {
	margin-top: 0;
	}

h1 + h2, h2 + h3, h3 + h4, h1 + h1, h2 + h2, h3 + h3, h4 + h4 {
	margin-top: 0.5em;
	}

