/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

body { margin: 0; }

h1, h2, h3, h4, h5, h6, p, td, ul, form, input, textarea { font-family: Verdana, Geneva, sans-serif; }
h1 { font-size: 1.1em; color: #5C6284; }
h2, h3, h4, h5, h6 { font-size: 1em; color: #5C6284; }
p, td, ul, input, textarea { font-size: 0.7em; color: #434448; line-height: 1.2em; }

/* THIS RULE FIXES THE TINY TERTIARY MENU (AND THE SECONDARY ONE NOW) */
ul ul { font-size: 1em; }
ul ul ul { font-size: 1em; }

a {
	color: #666;
	text-decoration: none;
}
a:hover { color: #002569; }

.error { color: #900; }

/* CONTENT ------------------------------------------------------------------------------------------------*/

.style1 {color: #FFFFFF}
.style1underl {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1bold {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #002569}
.style4 {
	color: #434448;
	font-weight: bold;
}
.style6 {font-size: 0.7em}
.style7 {color: #002569}
.style11 {
	font-size: 8px;
	color: #000000;
}
.style12 {
	color: #002569;
	font-style: italic;
}
.style13 {
	text-decoration: underline;
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
}
.bodyitalunderline {
	text-decoration: underline;
	font-style: italic;
}
.bodyboldunderl {
	text-decoration: underline;
	font-weight: bold;
}
.bodybold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

/* FOOTER -------------------------------------------------------------------------------------------------*/
