/* ie.css - a browser specific style sheet */

/* px for flexibility; !SPAN */
BODY, TABLE, TH, TR, TD, CAPTION,
P, DIV, DL, OL, UL, DT, DD, LI,
.base {
	font-size: 13px;
}

TD, P, DIV, UL, OL, LI {
	line-height: 135%;
}

SMALL {
	font-size: 11px;
}

/* major headings */
H1 {
	font-size: 23px;
}

H2 {
	font-size: 18px;
}

/* minor headings */
H3 {
	font-size: 16px;
}

H4 {
	font-size: 14px;
}

H5 {
	font-size: 13px;
}

/* aesthetics - marginal ;o} adjustments */
H1 {
	margin-top: 14px;
	margin-bottom: -4px;
	line-height: 105%;
}

H2, H3, H4, H5 {
	margin-top: 16px;
	margin-bottom: -10px;
	line-height: 100%;
}

H1, H2, H3 {
	padding-top: 4px;
}

H4, H5 {
	padding-top: 2px;
}

/* aesthetics - IE kludge */
A, A:visited.toc, A:visited.sub_toc {
	color: #0066ff;
}

A:visited {
	color: #003399;
}

A:hover, A:hover.toc, A:hover.sub_toc {
	color: #cc3300;
	text-decoration: none;
}

A:active, A:active.toc, A:active.sub_toc {
	color: #cc3300;
}

.path, A.path, A:visited.path {
	font-size: 11px;
	font-weight: normal;
}

.sub_toc {
	font-weight: normal;
	line-height: 120%
}

.break {
	page-break-before: always
}


