p
	{
	color: black;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	margin: 0 0 10px 10px;
	text-align: left;
	}

/* NOTE: DIFF BETWEEN A VERSUS A:LINK TO WORK WITH NAME/ID ANCHORS VERSUS LINK ANCHORS */

a
	{
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}

a:link
	{
	color: #254C77;
	text-decoration: none;
	font-weight: bold;
	}

a:link:hover
	{
	color: #E52324;
	text-decoration: underline;
	}

a:visited
	{
	color: #254C77;
	text-decoration: none;
	font-weight: bold;
	}



h1
	{
	background: url(http://aia.techservicesgroup.com/images_ssi/_bg_h1.jpg);
	border-bottom: #c2c2c2 1px solid;
	color: #666;
	font: normal 1.6em Arial;
	padding: 15px 0 6px 8px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

h2
	{
	background-color: #E7F4FC;
	color: #666;
	font: normal 1.2em Arial;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

h3
	{
	background-color: none;
	color: #254C77;
	font: normal 1.2em Arial;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

ul
	{
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 1.5em;
	}

ul li
	{
	margin-bottom: 1em;
	}

ol
	{
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	margin-left: 35px;
	margin-bottom: 1.5em;
	}

ol li
	{
	margin-bottom: 1em;
	}



td
	{
	color: black;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	text-align: left;
	}

