body {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	background-color: #999933;
}
.text {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-indent: 2px;
	white-space: normal;
}
.text-center {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-indent: 2px;
	white-space: normal;
}
.text-justify {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	text-indent: 2px;
	white-space: normal;
}
.header {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
}

.small {
	font-family: Arial;
	font-size: 12px;
}
.bold  {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.caption  {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
#box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.border {
	border-top: medium solid #666666;
	border-right: medium solid #000000;
	border-bottom: medium solid #000000;
	border-left: medium solid #666666;
	}
.border2 {
	border-top: medium solid #999999;
	border-right: medium solid #999933;
	border-bottom: medium solid #999933;
	border-left: medium solid #999999;
	}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
