body {
	color: white;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: Helvetica, Geneva, sans-serif;
	background-color: #999999;
}

h1 {
	color: #7d76a1;
	background-color: #544f77;
	font-size: 20px;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #bdbc46;
	margin-top: 0;
}

h2 {
	color: #b1b0be;
}

h3 {
	color: #bdbc46;
}

.content {
	font-size: 13px;
	line-height: 14px;
}

.expertab {
	font-size: 11px;
	line-height: 14px;
}

.backdrop {
	background-color: #444471;
}

b {
	color: #bdbc46;
}

#logo {
	position: relative;
	top: 400px;
}

#textbox {
	padding-right: 10px;
}

.contact {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 2px;
	padding: 5px;
}

.smaller {
	font-size: 9px;
	color: #bebebe;
}

.bigger {
	font-size: 13px;

}

.title {
	font-size: 10px;
	color: #bebebe;
	text-align: left;
}

.info {
	font-size: 11px;
	text-align: left;
	color: white;
	padding-left: 20px;
}

.boxout {
	border: 1px solid #bdbc46;
	padding: 3px;
	font-size: smaller;
}

.helo {
	border: 1px solid #bdbc46;
	padding: 3px;
	font-size: smaller;
}

.border {
	border: 1px solid gray;
}

.contact a:link {
	color: white;
	text-decoration: none;
}
.contact a:visited {
	text-decoration: none;
	color: white;
}
.contact a:hover {
	text-decoration: none;
	color: #bdbc46;
}
.contact a:active {
	text-decoration: none;
	color: #bdbc46;
}

a:link {
	color: #bdbc46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bdbc46;
}
a:hover {
	text-decoration: none;
	color: #e1dd74;
}
a:active {
	text-decoration: none;
	color: #e1dd74;
}

#copyright a:link {
	color: #808080;
	text-decoration: none;
}
#copyright a:visited {
	text-decoration: none;
	color: #bdbc46;
}
#copyright a:hover {
	text-decoration: none;
	color: #bdbc46;
}
#copyright a:active {
	text-decoration: none;
	color: #bdbc46;
}

#copyright {
	color: #808080;
	font: 12px Helvetica, Geneva, sans-serif;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	text-transform: uppercase;
	top: -7px;
}