BODY {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f0f0f0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
TD {
	font-size: 12px;
	line-height: 1.4;
}
A{  
  color : navy;
  text-decoration : underline;
}
A:HOVER{
  color : #cc0033;
  text-decoration : underline;
}
HR {
	border-width: 1px 0px 0px;
	border-style: dotted;
	border-color: #808080;
	height: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
H1 {
	font-size: 16px;
	font-weight: bolder;
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#pageform {
  text-align: left;
  width: 770px;
  margin: 15px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
.P16{
  font-size : 16px;
  line-height : 1.4;
}
.P20{
  font-size : 20px;
  line-height : 1.4;
}
.bbox {
	background-color: #000099;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 8px;
	float: left;
}
.rbox{
	background-color: #990000;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 8px;
	float: left;
}
.obox{
	background-color: #ffcc00;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	float: left;
}
.textbox{
	width: 660px;
	padding-top: 4px;
	padding-bottom: 4px;	
	margin-bottom: 8px;
	float: right;
}
.bkbox {
	border-width: 1px;
	border-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
}
.clr {
	clear: both;
}
