.form {
  BACKGROUND-COLOR: #FFFFFF;
  BORDER-BOTTOM: #000000 1px solid;
  BORDER-LEFT: #000000 1px solid;
  BORDER-RIGHT: #000000 1px solid;
  BORDER-TOP: #000000 1px solid;
  COLOR: #555555;
  FONT-FAMILY: arial;
  FONT-SIZE: 11px;
}

.date {
	font-family: arial, sans;
	font-size: 9px;
	color: #FFFFFF;
}

.default {
	font-family: arial, sans;
	font-size: 11px;
	color: #FFFFFF;
}

.default_spacing {
	font-family: arial, sans;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 150%;
	letter-spacing: 1;
}

.red {
	font-family: arial, sans;
	font-size: 11px;
	color: #FF0000;
}

.menu {
	padding-right: 5px;
	border: 1px solid #555555;
	background-color: #333333;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: arial, sans;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: hand;
}

.menu_on {
	padding-right: 5px;
	border: 1px solid #555555;
	background-color: #777777;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: arial, sans;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	cursor: hand;
}

.link {
	font-family: arial, sans;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_2 {
	padding-right: 5px;
	border: 1px solid #333333;
	background-color: #555555;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: arial, sans;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: hand;
}

.link:hover {
	font-family: arial, sans;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
