/* CSS Document */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color: #000099;
	margin: 0px;
}

td {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

td.main {
	vertical-align: middle;
}

td.footer {
	font-size: 11px;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	line-height: 17px;
	font-style: italic;
	border-style: solid solid solid solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
}

div.menu a {
	color:#000099;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #000099;
	border-top: 0px;
	display: block;
	width: 125px;
	text-align: right;
	padding: 5px;
	text-decoration: none;
}

div.menu a.top {
	border: 1px solid #000099;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

div.heading {
	color: #000099;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/star_background.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.heading2 {
	display: block;
	width: 125px;
	background-color: #000099;
	padding: 6px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold; 
	text-align: center;
}

p.subtitle {
	text-decoration: underline;
}
