#header {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #404040;
	border-left-color: #404040;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
}
.box {
	background-color: E8E3D3;
	padding: 4px;
	border: 1px solid #555454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: none;
}
.box input {
	background-color: #F5F2E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A49979;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #A49979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: auto;
	line-height: 14px;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0.4em;
	padding-left: 9px;
}	
.links A:Link
{
	color: #0066FF;
	text-decoration: none;
  }
.links A:Hover
{
	ccolor: #0066FF;
	cursor: pointer;
	text-decoration: underline;
  }
.links A:Active
{
	color: #00ccff;
	cursor: pointer;
	text-decoration: underline;
  }
.links A:Visited
{
	color: #003366;
	text-decoration: none;
}
