body {
	text-align: center;
	vertical-align: top;
    scrollbar-arrow-color: #E3E5E5;
    scrollbar-base-color: #336B72;
    scrollbar-dark-shadow-color: #336B72;
    scrollbar-track-color: white;
    scrollbar-face-color: #336B72;
    scrollbar-shadow-color: #99B5B8;
    scrollbar-highlight-color: #99B5B8;
    scrollbar-3d-light-color: #336B72;
}
table {
	margin: 0px auto;
}
hr {
	color: #E3E5E5;
}
input,textarea {
    color: #99B5B8;
    background-color: #336B72;
    border: 1px solid #99B5B8;
}
.content {
	background-color: #336B72;
	border: 5px solid #99B5B8;
	color: #E3E5E5;
	font-family: Verdana;
	font-size: 11px;
	vertical-align: top;
	padding: 8px;
}
.content td {
	color: #E3E5E5;
	font-family: Verdana;
	font-size: 11px;
	vertical-align: top;
	padding: 8px;
}
.content a {
	color: #99B5B8;
}
.content a:hover {
	text-decoration: none;
	color: #E3E5E5;
}
.bottomline td{
    border-bottom: 1px dotted #99B5B8;
}
.shade {
	background-color: #E3E5E5;
	font-size: 1px;
}
.space {
	font-size: 1px;
}
.right {
	border-left: 1px dotted #E3E5E5;
}
.credits {
    font-family: Verdana;
	font-size: 11px;
	color: #99B5B8;
	margin: 0px auto;

}
.credits a{
    color: #99B5B8;
}
.credits a:hover {
	text-decoration: none;
	color: #336B72;
}
