body {
	font-family: arial;
	font-size: 10pt;
	background-color: #000000;
	color: #666666;
	margin: 50px auto 50px auto;
	text-align: center;
	width: 724px;
}

table {
	width: 400px;
   	margin-left: auto;
   	margin-right: auto;
}

td {
	border-bottom: 1px dashed #333333;
}

tr .col1 {
	text-align: left;
	padding: 2px 10px 2px 10px;
	color: #C11B17;
	background-color: inherit;
}

tr .col2 {
	text-align: right;
	padding: 2px 10px 2px 10px;
}

.centerbox {
	height: 300px;
	width: 480px;
	margin: auto;
}

.centerbox a {
	text-decoration: none;
	color: #575757;
	background-color: inherit;
}

.centerbox a:hover {
	color: #909090;
	background-color: inherit;
}


.centerbox h1 {
	font-size: 18pt;
	margin: 2px;
	font-variant: small-caps;
	color: #666666;
	background-color: inherit;
}

.centerbox .lservice, .rservice {
	border-bottom: 1px dashed #A00000;
	min-height: 90px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.centerbox #bottom {
	border-bottom: none;
}

.centerbox .lservice {
	text-align: left;
}

.centerbox .rservice {
	text-align: right;
}


.menu {
	text-align: center;
	border-top: 1px solid #A00000;
	margin: 40px auto 0px auto;
	width: 480px;
}

.menu ul {
	display: inline;
}

.menu li {
	list-style: none;
    float: left;
    margin: 0 0px;
    padding: 0px 10px 0px 10px;
    text-align: center;
	font-size: 16px; 
	width: 100px;
}

.menu li a {
	color: #575757;
	background-color: inherit;
	text-decoration: none;
}

.menu li a:hover, #active {
	color: #909090;
	background-color: inherit;
}

.copyright {
	clear: both;
	margin: 40px auto auto auto;
	text-align: center;
	font-size: 10pt;
	color: #575757;
	background-color: inherit;
}
