select {
	border-color: #3366CC #3366CC #3366CC #3366CC;
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 80%;
	width: 395px;
}

input {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 80%;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 80%;
}

table.form {
	background-color: #E5ECF9;
	border-color: #3366CC #3366CC #3366CC #3366CC;
	border-style: solid;
	border-width: 1;
	color: #0033AA;
	font-family: arial;
	font-weight: bold;
	font-size: 80%;
	width: 400px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}

table.embededform {
	font-family: arial;
	font-weight: bold;
	font-size: 100%;
	width: 400px;
}

body {
	background-color: #FFFFFF
}

body.center {
	background-image: url('images/BackgroundCenter.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.side {
	background-image: url('images/BackgroundSide.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.complete {
	background-image: url('images/Background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

A.nolink {
	color: #0033AA;
	text-decoration: none
}

A.nolink:hover {
	text-decoration: underline;
}

TD.leftEntry {
	text-align: right;
	width: 100;
}

TD.rightEntry {
	align: left:
	width: 290;
}

input.blend {
	background-color: #E5ECF9;
}

input.AltBlend {
	background-color: #AFC2EB;
}

TD.AltBlend {
	background-color: #AFC2EB;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 80%;
}

TD.AltBlend:hover {
	text-decoration: underline;
}

button.img {
	border: none;
	background: url('images/Button.gif') no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 100px;
	height: 19px;
}

