/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding: 3px;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	display: block;
	padding: 6px;
	width: 140px;
	background-color: #FFFFFF;
	word-spacing: normal;
	border: medium double #000099;
	text-decoration: none;
}
.border {
	border: thick double #000099;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.border4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	background-color: #FFFF53;
}
.border2 {
	border: medium inset #FFFF00;
}
