/*  CIGNA.com style sheet       */
/*  v0.9-1		September 2006    */ 

body {
	font-size: 74%; /* font sizing below by element or class is in ems -- change this to effect text all sizes */
	font-family: Arial, Helvetica, sans-serif;	
	margin:0px 3px 0px 3px;
	padding:0px;
	background:#FFFFFF; 

}	

h2 {
	font-size: 1.20em;
	margin:0px;
	font-weight:bold;
	color:#A7A820;
}

h3 {
	font-size: 1.1em;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#737973;
}

p, blockquote {
	margin:0px 0px 15px 20px;
	font-size:0.75em;  /* coupled with the body's % based font-size: this (1.0 em) is the baseline for all text */
	line-height: 1.4em;
}

td {
	font-size:0.85em;
}
