body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #006600;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


.router {
	float: right;
	text-align: right;
}	
	
.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
}
.header h1 {
	font-size: x-large;
	color:  #000066;
	margin-top: 8px;
margin-bottom: 8px;
	}
h2 {
	color: #000000;
	text-align: center;
}
.header h2 {
	font-size: large;
	color: #000066;
	text-align:right;
	padding-right: 12px;
}
	
	
.header td {
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.header a {
	color: #FFFFFF;
	font-weight:bold;
	font-size:small;
	text-decoration:none;
	
	}
.logo {
	color:#000000;
}
	

.logo h4 {
	float:left;
	padding-top: 16px;
	color: #333333;
}
.logo img {
	float: left;
	padding-right:8px;
}
.header a:hover {
	color:#66FFFF;
	text-decoration:underline;
	}
.header a:active {
	text-decoration:underline;
}

.header em {
	text-decoration: underline;
}
.content {
	background-color: #FFFFFF;

}

.content p {
	padding-left:10px;
	padding-right: 10px;
}



.content li {
	padding-top: 4px;
	padding-right: 10px;
}

#title {
	color: #000066;
	font-size: large;
	font-weight:bold;
	padding-top:10px;
	text-align: center;
	}

.content h3 {
	text-align: center;
}	
	
.content td {
	vertical-align:top;
	}
	.content img {
	text-align: center;
}
.list td {
	padding-top:8px;
	border-bottom-style:solid;
	border-bottom-color:#006600;
	padding-bottom: 8px;
	}
	
#detail {
	padding-right: 10px;
}

.highlight em {
	font-size:medium;
	font-weight:bold;
}
.highlight{
	text-align:right;
	padding: 4px;
	width: 130px;
	height: 200px;
	float: right;
	margin-right: 10px;
	margin-top: 35px;
}	

.sublinks {
	height: 20px;
}
.sublinks a{
	font-size: x-small;
}
.footer {
	color: #FFFFFF;
	font-size: small;
}
.footer a {
	color: #FFFFFF;
}
.footer a:active {
		color:#66FFFF;
}
.footer a:hover {
		color:#66FFFF;
}
.middlehighlight {
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: auto;
	padding: 15px 0px;
	height: auto;
	width: 50%;
	font-size: medium;
	font-weight: bold;
	border-top: thin solid #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
	clear: none;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	position: relative;
}

