body {
	font-family: 'Droid Sans', arial, serif;
	font-size: 14px;
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0c0c0c;
}

p {
	font-size: 14px;
}
.header {
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 68px;
}

.headerlinks {
	font-size: 20px;
	padding: 15px;
	color: #fff;
}

.headerlinks a {
	font-size: 20px;
	padding: 15px;
	text-decoration: none;
	color: #fff;
}

.wrapper {
	width: 438px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0c0c0c;
	border-left-color: #0c0c0c;
	background-color: #FFF;
}
.footer {
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
.txt_copyright {
	font-size: 11px;
	color: #666666;
}

.NewLine {
	padding: 10px;
	clear: both;
	overflow: hidden;
}

.LabelField {
	font-size: 12px;
	float: left;
	width: 100px;
	text-align: right;
}

.EntryField {
	margin-left: 20px;
	width: 200px;
	float: left;
}
.calcLabel {
	width: 100px;
	float: left;
}

h3 {
	font-size: 20px;
	color: #666666;
	letter-spacing: 3px;
}
li a {
	text-decoration:none;
	color: #069;
}
li {
	font-size:11px;
	margin-bottom:5px;
}
input, textarea, select {
	font-family: 'Droid Sans', arial, serif;
}

