
H2, H3 { 
	font-weight: bold; 
}

H2 {
	color: #666; 
	padding: 0 0 3px 10px;
	margin: 35px 0 10px 0;
	vertical-align: text-bottom;
	background: URL(/images/corners/H2_btm_border.gif) bottom repeat-x;
}

H2 IMG {
	float: left; 
	display:block; 
	margin: 0 10px 0 0; 
}

H3 {
	color: #395CC6; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 5px 10px;
	padding: 0;
}

.indented { padding-left: 10px; }
P.underHeader { margin-top: 0; padding-top: 0; }

A:link { color : #0042A6; }
A:visited { color : #395CC6; }
A:active { color : #395CC6; }


/* Rounded Corner DIVs */
.rcDiv_right { background: URL(/images/corners/div_right.gif) top right no-repeat; }
.rcDiv_left { background: URL(/images/corners/div_left.gif) top left no-repeat; }
.rcDiv_btm_right { background: URL(/images/corners/div_btm_right.gif) bottom right no-repeat; }
.rcDiv_btm_left { 
	padding: 10px; 
	background: URL(/images/corners/div_btm_left.gif) bottom left no-repeat; 
}

.rcYellow_right { background: URL(/images/corners/div_yellow_right.gif) top right no-repeat; }
.rcYellow_left { background: URL(/images/corners/div_yellow_left.gif) top left no-repeat; border-bottom: 1px solid white; }
.rcYellow_btm_right { background: URL(/images/corners/div_yellow_btm_right.gif) bottom right no-repeat; border-bottom: 1px solid white; }
.rcYellow_btm_left {
	padding: 3px;
	text-align: center;
	background: URL(/images/corners/div_yellow_btm_left.gif) bottom left no-repeat; 
}

.rcShadow { width: 700px; margin: 0 auto; margin-top: 50px;}
.rcShadow_right { background: URL(/images/corners/div_shadow_right.gif) top right no-repeat; }
.rcShadow_left { background: URL(/images/corners/div_shadow_left.gif) top left no-repeat; }
.rcShadow_btm_right { background: URL(/images/corners/div_shadow_btm_right.gif) bottom right no-repeat; }
.rcShadow_btm_left {
	padding:20px;
	background: URL(/images/corners/div_shadow_btm_left.gif) bottom left no-repeat; 
}
