* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
}

html,
body {
	height: 100%;
	color: #373737;
	background-color: #F8F8FF;
}

div#container {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

div#title {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7A7A7A;
}

div#contents {
	margin: 50px;
}

div#center {
	text-align: center;
}

div#top {
	width: 100%;
	height: 25px;
	background-color: #D3D3D3;
	border-top: 2px solid #373737;
	border-bottom: 1px solid #373737;
}

div#bottom {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	padding-top: 5px;
	background-color: #D3D3D3;
	text-align: right;
	font-size: 9px;
	border-top: 1px solid #373737;
	border-bottom: 2px solid #373737;
}

p.button {
	margin-top: 20px 0 20px 0;
}

table.borderOn {
	border: 2px #373737 solid;
}

th {
	padding: 7px 5px 5px 5px;
	background-color: #B0C4DE;
	text-align: right;
	vertical-align: top;
}

td {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

span.bold {
	font-weight: bold;
}

a:link {
	color: #4169E1;
	font-weight: bold; 
	text-decoration: underline;
}

a:visited {
	color: #4169E1;
	font-weight: bold; 
	text-decoration: underline;
}

a:hover {
	color: #00BFFF;
	font-weight: bold; 
	text-decoration: underline;
}

a:active {
	color: #00BFFF;
	font-weight: bold; 
	text-decoration: underline;
}

a.copyright:link {
	color: #4169E1;
	font-size: 9px;
	font-weight: bold; 
	text-decoration: underline;
}

a.copyright:visited {
	color: #4169E1;
	font-size: 9px;
	font-weight: bold; 
	text-decoration: underline;
}

a.copyright:hover {
	color: #00BFFF;
	font-size: 9px;
	font-weight: bold; 
	text-decoration: underline;
}

a.copyright:active {
	color: #00BFFF;
	font-size: 9px;
	font-weight: bold; 
	text-decoration: underline;
}
