

/* Selector Setup ---------------------------------------------------- */

body {
	font: 65% Verdana, Arial, Helvetica, sans-serif;	
	background: url("images/base_background_gradient.gif") #f3f3f5 repeat-x top left;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: .5em;
}

/* Headings ------------------------------------------- */
h1, h2 {
	font-weight: normal;
}

h1 {
	color: #115887;
	font-size: 1.72em;
	line-height: 1.1em;
	padding-top: 0;
}

h2 {
	font-size: 1.5em;
}

h3, h2 {
	color: #0065a8;
}

h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 1em;
}

/* put this in so that legacy links in netscape4 would at least look red */
a.base_legacy_link {
	color: #ff0000;
}