	h1	{ 
		font-size:24px; 
		color:#336699; 
		font-family:Georgia, "Times New Roman", Times, serif; 
	}

	h2	{ 
		font-size:1.2em; 
		color:#27649b; 
	}

	h3	{
		font-size:1.0em; 
		color:#000; 
	}

	a:link,a:visited	{ 
		color:#0d61bc; 
		text-decoration:none; 
		outline:none; 
	}

	a:hover,a:active	{ 
		color:#3b8139; 
		text-decoration:none; 
		outline:none; 
	}

	#header-link a:link, #header-link a:visited  {
		color:#336699;
		text-decoration:none;
	}

	#header-link a:hover, #header-link a:active  {
		color:#336699;
		text-decoration:underline;
	}

	p.default-text {
		line-height: 20px;
		font-size: 12.5px;
	}

	p.green {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#5e8e10;
		text-align:right;
		padding-top:10px;
	}

	p.green span {
		color:#3b8139;
	}

	p.white {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:17px;
		color:#ffffff;
		padding-top:10px;
	}

	.read-more {
		color: #ffcc66 ;
	}

	.yellow {
		color:#FFF3A1 ;
	}

	#column-left p.white {
		line-height: 16px;
	}

	#column-left p.white span {
		color: #ffff99;

	}

	#column-left a:link, #column-left a:visited {
		color:#0d61bc;
		font-weight:bold;
		text-decoration:none;
	}	

	#column-left a:hover, #column-left a:active {
		color:#336699;
	}

	#column-right p.breadcrumb {
		color: #77746C;
		font-size:11px;
	}

	#column-right-top p.h1sub {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#999966;
	}

	#main-content-copy, #p2-main-content-copy {
		height: auto !important;	/* make sure this area is at least this tall and scales	*/
		height: 190px;	/* use !important and this line to work around IE6 problem of no min-height support	*/
		min-height: 190px ;
	}

	#main-content-copy a:hover, #p2-main-content-copy p a:hover {
		color:#336699;
		text-decoration:underline;
	}

	#footer p {
		color:#5a6046;
		margin:7px 0 0 28px;
	}

	#footer a:link, #footer a:visited { 
		color:#fff; 
	}

	#footer a:hover, #footer a:active { 
		color:#fff; 
		text-decoration:underline; 
	}