/* CSS Document */

.tiny { font-size: 100%; margin: 0px; }
.smallest { font-size: 100%; }
.smaller { font-size: 100%; }
.large { font-size: 110%; }
.larger { font-size: 120%; }
.largest { font-size: 140%; }
.huge { font-size: 150%; }
.smaller_button { font-size: 100%; }
.smallest_button { font-size: 100%; }

#tipDiv {
 font-size: 13px;}

.nav, .nav:visited, a.nav, a.nav:visited{
	font-size: 13px;
	text-decoration: underline;}

.navSet, .navSet:visited {
	font-size: 13px;}

.subNav, .subNav:visited, a.subNav, a.subNav:visited {
	font-size: 13px;
	text-decoration: underline;}
							
.subNavArrows {
	font-size: 13px;}							

.subNavArrowsSet, .subNavSet, .subNavSet:visited {
	font-size: 13px;
	text-decoration: none;}
	
.copyright, .copyright a, .copyright a:visited {
	font-size: 13px; 
	color: #006600;
	text-decoration: none;}
	
.copyright a:hover { 
	font-size: 13px;
	color: #000000;
	text-decoration: underline;}
	
/* faq css */
dl.faq dt {font-size:1em;line-height:1.2em;background:url("http://www.regence.com/individual/images/arrow.gif") no-repeat scroll 2px 4px transparent;cursor:pointer;padding-left:15px;text-decoration:underline;}
dl.faq dt.active {background:url("http://www.regence.com/individual/images/arrowDown.gif") no-repeat scroll 0 6px transparent;}
dl.faq dd {border:1px solid #E7D4B7;color:#666666;line-height:18px;margin:5px 0 10px;padding:10px 15px;font-size:1em}
dl.faq dd * {font-size:1em}
dl.faq dd h5{font-size:.8em;font-weight:bold;line-height:1.6em;margin-bottom:5px;color:#006600;}
