body {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
}

.captions {
	font-family: Arial, sans-serif;
	font-size: xx-small;
	color: #999999;
}
.bodytext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.font {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}
.boxBorders {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
a:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
a:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}

input, textarea, select{
  border: 1px solid #cccccc;
  color: #000;
  background-color: #fff;
}

input.radio {
  border: none;
  background-color: #fff;
}

input.button {
	border: 1px outset #fff;
	color: #666666;
	background-color: #cccccc;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
.smframeborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dottedbox {
	border: thin dotted #999999;
}
.inputbox  {   border: 1px solid #666666;
  color: #000;
  background-color: #CCCCCC;
 } 
