body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
	
	A:link		{ color:#ff9900; text-decoration: none; font-weight: bold;}
	A:visited	{ color:#ff9900; text-decoration: none; font-weight: bold;}
	A:hover		{ color:#333399; text-decoration: none; font-weight: bold;}

DIV.menu {
}

.menu A:link { color:#ffff66; text-decoration: none; font-weight: bold; }
.menu A:visited { color:#ffff66; text-decoration: none; font-weight: bold; }
.menu A:hover { color:#333399; text-decoration: none; font-weight: bold; }

h1 {
}

h2 {
	font-size: 18pt;
	color: #ff9900;
	font-style: italic;
	border-bottom: 1px solid #333399;
}

h3 {
	font-size: 18pt;
	color: #ff9900;
	font-style: italic;
	border-bottom: 1px solid #333399;
}

h4 {
	font-size: 14pt;
	color: #333399;
	font-style: italic;
	border-bottom: 1px solid #333399;
	background: url(../../images/headerHighlight.gif) no-repeat left top;
	padding-left: 25px;
}

h5 {
	font-size: 11pt;
	color: #333399;
	text-decoration: underline;
}

TD {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10pt;
	color: #333399;
}

.orangeBkgd {
	background-color: #ff9900;
}

.blueBkgd {
	background-color: #333399;
}

.yellowBkgd {
	background-color: #ffff66;
	font-size: 11px;
}

.smText {
	font-size: 10px;
	color: #333399;
}

.new {
	font-size: 10px;
	color: red;
	font-weight: bold;
}


