h1,h2,h3 {
	font-family: sans-serif;
	font-variant: small-caps;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

a {
	border-style: none;
}

div.header {
        padding: 0px;
        margin-top: 3ex;
        margin-left: 0px;
        margin-bottom: 1ex;
        margin-right: 0px;
}

img {
	border-style: none;
}

div.borderWide {
	width: 10em;
	border-style: solid;
	border-width: 5px 0px 5px 0px;
	border-color: #008000;
	padding: 2px 0px 2px 0px;
	margin: 2ex 0em 0px 2em;
}

div.borderNarrow{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #008000;
	padding:0px;
	margin:0px;
}

span.newsDate {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin-right: 3em;
}

ul.contents {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.contents {
	background-color: #000089;
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3pt;
	margin-top:2px;
	margin-bottom:2px;
	padding-left:1em;
	padding-top: 2pt;
	padding-bottom: 2pt;
}

ul.contents a {
	text-decoration: none;
	color: #ffff00;
	width: 100%
}

li.subnav {
	background-color: #ffffff;
	margin-bottom: 1ex;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

/*	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;*/

}

ul.subcontents {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 1em;
	margin-left: 0em;
	margin-top: 0px;
}

ul.subcontents li {
	background-color: #3030a0;
	color: #3030bb;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	padding-bottom: 2pt;
	padding-top: 2pt;
	padding-left: 0.5em;
}

ul.subcontents a {
	color: #ffff00;
}

div.page {
	color: #000089;

	display: block;
	position: absolute;

	padding-left: 3em;
	padding-right: 3em;

	top: 160px;
	left: 14em;

	width: 30em;
}

hr.separator {
	background-color: #008000;
	height: 1px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 2ex;
}
