body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#427c99;
	text-align:left;
}

li {
	color:#427c99;
	list-style:square;
	list-style-position:outside;
	text-indent:inherit;
}

a:link {
	color:#b5bfa0;
	text-decoration:underline;
}

a:hover {
	background-color:#e0efda;
}

a:visited {
	color:#b5bfa0;
	text-decoration:overline underline;
}

td.border {
	padding:3px;
	background-color:#e0efda;
}

.small {
	font-size: 10px;
}

.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #b5bfa0;
}

input, textarea, select {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	background-color: #e0efda;
	color:#427c99;
	padding:3px;
	border:none;
}

input:hover, textarea:hover, select:hover {
	background-color: #b5bfa0;
}

input:focus, textarea:focus, select:focus {
	background-color : #b5bfa0; 
	color: #ffffff;
}

.button {
	font-weight: bold;
	border: 1px solid #b5bfa0;
}