body {
	background-color: #688EDA;
}

.solid {
	border-style: solid;
	border-width: 1px;
	border-color: black;
} 

.dotted	{
	border: 1px solid black;
}

fieldset {
	border: 1px solid black;
}

th {
	color: yellow;
	font-weight: bold;
}

tr.hover:hover {
	background: #68A6DA;
}

legend {
	text-decoration: underline; 
	color: yellow;
	font-weight: bold;
}

a {
	text-decoration: underline; 
	color: #000000;
}

a:hover	{
	text-decoration: underline; 
	color: #A80050;
}

tr.border {
	border-style: dotted;
}

.button {
	background-color: #e3ebf9; 
	border: 1px solid #32528c;
	width: 150px;
	text-align: center;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #3E4753; line-height: 125%;
	background-color: #688EDA; border: black; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

textarea {
	width: 100%; 
	height: 200px; 
	background-color:#688EDA; 
	border: black; 
	border-style: dotted; 
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
}

.inputfield {
	width: 100%; 
	background-color:#688EDA; 
	border: black; 
	border-style: dotted; 
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
}

.homenote, .disclaimer, .terms {
  font-size: small;
}