body {
	background-color: #eff;
	background-image: url("graphics/bg.gif");
	color: black;
	text-align: center;
	margin: 0em;
}

#banner {
	background-color: #fffbf0;
	background-image: url("graphics/bannerbg.jpg");
	color: white;
	margin-bottom: 10px;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.warning {
	color: red;
	font-weight: bold;
}

.center {
	text-align: center;
}

p {
	text-align: left;
}

.noborders {
	border-width: 0px;
	padding: 0px;
}

.box {
	background-color: #fec;
	color: black;
	padding: 5px;
	font-family: Arial, serif;
	font-weight: normal;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-left: 225px;
}

.fullbox {
	width: 95%;
	background-color: #fec;
	color: black;
	padding: 5px;
	font-family: Arial, serif;
	font-weight: normal;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.bold {
	font-weight: bold;
}

.sidebar {
	width: 220px;
	float: left;
	color: black;
}

.loginbox {
	background-color: #fec;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.loginbox th {
	background-color: #039;
	color: white;
	padding: 3px;
	font-family: Arial, serif;
	font-weight: bold;
}

.servicebox {
	border-style: solid;
	border-width: 1px;
	border-color: #039;
}

.servicebox tr.odd {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ddd;
	color: black;
}

.servicebox tr.even {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eee;
	color: black;
}

.servicebox th {
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #039;
	color: white;
	font-weight: bold;
}

.servicelabel {
	text-align: right;
	font-weight: bold;
	padding: 2px 5px;
}

.servicetext {
	text-align: justify;
	padding: 2px 5px;
	font-weight: normal;
}

