p {
	font-family: Tahoma;
	font-size: 12px;
	color: #800080;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: underline;
}
.navigation {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #800080;
	text-decoration: none;
	background-color: #CCF2FF;
	display: block;
	width: 150px;
	padding: 3px;
	border: 2px solid #800080;
	text-align: center;
}
.navigation:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #800080;
	text-decoration: none;
	background-color: #ECFBFF;
	display: block;
	width: 150px;
	padding: 3px;
	border: 2px solid #800080;
	text-align: center;
}
.downlinks {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
.downlinks:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
}.bodymargin {
	margin: 0px;
}
.links {
	font-family: Tahoma;
}
.textfieldvalue {
	margin: 2px;
	border: 1px solid #6ADAFF;
}

.links:hover {
	font-family: Tahoma;
	color: #6ADAFF;
}
.fieldprop {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCF2FF;
	border: 2px solid #6ADAFF;
}
.roundlist {
	list-style-image: url(images/round.gif);
	list-style-position: outside;
}
.background {
	background-color: #6ADAFF;
}

.margin {
	margin: 3px;
}
