body {
	font-family: Times,helvetica,Arial,sans-serif;
	background-color: #FFFFFF;
}

table.frame {
	border: 0px;
	vertical-align: middle;
	width: 800px;
	height: 100%;
}

table.main {
	height: 100%;
	width: 100%;
	padding: 0px;
	border: 0;
	font-size: 0.8em;
}

table.nav {
	height: 40px;
	width: 100%;
	align: center;
}

table.nav a {
	color: 	#000066;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
}

table.nav-down a:visited {
	color: #2554C7;
}


table.nav-down {
	height: 40px;
	width: 100%;
}

table.nav-down a {
	color: 	#000066;
	font-weight: bold;
	font-size: 70%;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
}

table.nav-down a:visited {
	color: #2554C7;
}


tr.status {
	width: 100%;
	height: 20px;
}

tr.status a {
	color: #151B54;
}

span.status {
	text-align: center;
	font-size: 75%;
	padding-bottom: 2px;
	padding-top: 4px;
}

h1 {
	font-size: 140%;
	text-align: center;
	background-color: #0890EB;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

a {
	text-decoration: none;
}

a:visited {text-decoration: none; color: blue;}

a:hover {
	text-decoration: underline overline;
}

span.current {
	color: 	#3300CC;
	font-weight: bold;
	font-size: 110%;
}

li {
	padding-bottom: 3px;
	text-align: justify;
}

span.topic {
	font-weight: bold;
	font-size: 110%;
	color: 	#3300CC;
}


span.caption {
	font-style: italic;
	font-size: 75%;
}

hr {
	color: #0033FF;
}

