/* CSS Document */

h1 {
	line-height: normal;
	text-align: left;
	white-space: normal;
	color: #336600;
	font-style: italic;
}
h2, h3, h4, h5, h6, h7 {
	line-height: normal;
	text-align: left;
	white-space: normal;
	font-style: italic;
	color: #006600;
}

#centercontent li {
	padding-bottom: 8px;
}

#centercontent a:link, #centercontent a:visited {
	color: #0000CC;
	text-decoration: none;
}
#centercontent a:hover, #centercontent a:active {
	color: #FF0000;
	text-decoration: underline;
}
th {
	color: #66FF99;
	background-color: #0000CC;
	font-style: italic;
	vertical-align: top;
	text-align: left;
	width: 175px;
}
td {
	vertical-align: top;
}

.disclaimer {
	font-size: smaller;
	font-style: italic;
}



.newsbox {
	background-color:#FFFFCC;
	padding: 5px 4px;
	margin: 2px 2px 7px;
	background-image: url(../images/page_layout/corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.newsbox h2 {
	font-size: smaller;
	font-style: italic;
	color: #990000;
}
.marginleft {
	margin-left: 15px;
}
