body {
	margin: 20 0 20 0;
	padding: 0;
	font-family: verdana;
	font-size:10pt;
	color:#8C4646;
}

td, a, p, input, select, textarea {
	font-family: verdana;
	font-size:11pt;
	color:#8C4646;
}

a:link {
	color: #0408CB; 
	text-decoration: underline; 
}

a:visited {
	color: #0408CB; 
	text-decoration: underline; 
}

a:hover {
	color: #FF0000; 
	text-decoration: underline; 
}

.navi {
	color: #0408CB; 
	font-weight:bold;
}

a.navi:link {
	color: #0408CB; 
	text-decoration: underline; 
}

a.navi:visited {
	color: #87124F; 
	text-decoration: underline; 
}

a.navi:hover {
	color: #FF0000; 
	text-decoration: underline; 
}

.small {
	font-size:10pt;
}

.big {
	font-size:12pt;
	font-weight:bold;
}

.textbox {
	border:1px solid #8C4646;
	height:24px;
}

.button {
	background-color: #C6C600;
	color: #000000;
	height:24px;
	font-weight:bold;
}