/* Corporate Counseling Associates CSS Document */

	.style1 {font-family: Arial, Helvetica, sans-serif}
	
	.Headline1 {
		font-size: 12px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #299727; 
	}
	
	.Headline2 
	{
		font-size: 13px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #000000; 
	}
	.Headline3 
	{
		font-size: 14px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #299727;
	}
	.Headline4
	{
		font-size: 12px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #000000;
	}

	body {
		margin-left: 4px;
		margin-top: -1px;
	}
	.Body1 {
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif; 
	}
	.BodySmall {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px
	}
	.BodySmallItalic {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-style: italic; 
	}
	
	
	.leftSubNav {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
	}
	
	.leftSubNav a:link {
		color: #000000;
		text-decoration: none;
	}
	.leftSubNav a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	.leftSubNav a:hover {
		color: #299727;
		text-decoration: none;
	}
	
	.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
	.footer a:link {
		color: #005C71;
		text-decoration: none;
	}
	.footer a:visited {
		color: #005C71;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #005C71;
		text-decoration: underline;
	}
	
	.greentable {
	background-color: #2AA530;
	color:white;
	}
	.greentableRow {
	background-color:teal;
	color:white;
	}
	.greentableAltRow {
	background-color:teal;
	color:white;
	}

	.style13 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
	
	.style16 {font-family: Arial, Helvetica, sans-serif; color: #299727; font-size: 13px;}
	
	
	.style24 {	color: #000000;
		font-weight: bold;
		font-size: 13px;
	}
	.style27 {font-size: 13px; color: #000000; }
	
	
	<!-- absolute positioning for Logo
	div#logo {
	  position: absolute;
	  top: 1em;
	  left: 500px;
	  width: 17%;      /* Must be less than 20% or the menu may overlap the content */
	}
