body,p,td {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	line-height: 22px;
	text-align: justify
}

.website {
	font-family: Lucida Sans Unicode;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 50px
}

input {
	background-color: #cbccfd
}

h2 {
	font-family: Lucida Sans Unicode;
	font-size: 16pt;
	font-weight: bold
}

select {
	background-color: #DDFDCD
}

textarea {
	background-color: #cbccfd
}

A {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	text-decoration: none;
	color: #0000ff;
}

A:hover {
	text-decoration: underline
}

.button {
	font-family: Lucida Sans Unicode;
	font-size: 10pt;
	border: 1px solid #cbccfd;
	background-color: #9799f9
}

.contact_error_msg {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: red
}

.contact_label {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	line-height: 22px;
	text-align: right
}

.help {
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	font-style: italic
}

#dropmenudiv {
	position: absolute;
	background-color: #cbccfd;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #9799f9;
	text-decoration: underline;
}