body {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: small;
	color: #000066;
	background: #F0F0F0 url("semistruct.gif") repeat fixed;
	margin: 3% 10% 3% 10%;
}
a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a img {
	border: none;
}

.frametable table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-style: none;
}
.frametable td {
	vertical-align: top;
}

.chartable a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.chartable a:hover {
	color: #FF0000;
}
.chartable td {
	text-align: center;
	vertical-align: middle;
	width: 5.5%;
}
td.chartable1 {
	background-color: #DDDDFF;
}
td.chartable2 {
	background-color: #FFFFFF;
}

td.menutable1, td.menutable2 {
	text-align: center;
	vertical-align: middle;
	width: 16.6%;
	height: 2em;
}
td.menutable1 {
	background-color: #DDDDFF;
}
td.menutable2 {
	background-color: #FFFFFF;
}
.menutable1 a, .menutable2 a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.menutable1 a:hover, .menutable2 a:hover {
	color: #FF0000;
}

#panel-title {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	display: block;
	margin: 0px 5px 0px 5px;
	text-align: center;
	line-height: 1.5em;
}

.panel, .panel-nopad, .panel-left-align {
	color: #000066;
	background-color: #FFFFFF;
	display: block;
	border: thin solid #000066;
	margin: 10px 5px 0px 5px;
}
.panel {
	padding: 10px;
	text-align: center;
}
.panel-nopad {
	padding: 0px;
	text-align: center;
}
.panel-left-align {
	padding: 10px;
	text-align: left;
}

.link1 td, .link2 td {
	text-align: left;
	white-space: nowrap;
	padding: 0.3em;
	vertical-align: middle;
}
.link1 td {
	background-color: #DDDDFF;
}
.link2 td {
	background-color: #FFFFFF;
}

form.form-left-aligned {
	text-align: left;
}
