html {
	margin: 0;
	padding: 0;
	}
p { 	
	font-size: .8em;
	line-height: 1.5em;
	color: #4C4C4C;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

h3 { 	
	font-size: .7em;
	font-weight: bold;		
	line-height: 1.3em;
	padding-top: 2.5em;	
}

acronym, 
abbr {
	background: transparent url(images/abbr.gif) bottom left repeat-x;
	border: 0 none;
	cursor: help;
	font-style: italic;
}
.green a:link, 
.green a:visited {
	background: #EBF3CE;
	color: #5D7403;
	text-decoration: none;
}

.green a:hover, 
.green a:active, 
.green a:focus  {
	background: #B2CF42;
	color: #FFF;
}
#quickSummary .p2 {
	background: transparent url(images/nav_dl.gif) top left no-repeat;
	display: block;	
	font-size: .6em;
	font-weight: bold;
	left: 661px;
	line-height: 1.4em;
	padding: 40px 40px 0 30px;
	position: absolute; 	 	
	top: 160px;	
	width: 141px;
	z-index: 20;
}
.blue a:link, 
.blue a:visited {
	background: #c6e9ff;
	color: #006eb2;
	text-decoration: none;
}

.blue a:hover, 
.blue a:active, 
.blue a:focus  {
	background: #006eb2;
	color: #FFF;
}
.purple a:link, 
.purple a:visited {
	background: #f8dcf2;
	color: #95167e;
	text-decoration: none;
}

.purple a:hover, 
.purple a:active, 
.purple a:focus  {
	background: #95167e;
	color: #FFF;
}
.grey a:link, 
.grey a:visited {
	background: #f1f1f1;
	color: #4c4c4c;
	text-decoration: none;
}

.grey a:hover, 
.grey a:active, 
.grey a:focus  {
	background: #4c4c4c;
	color: #FFF;
}