body {
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.searchBox {
	background-color: #E2E4D9;
	border-left: 1px #D7D9CE solid;
	border-right: 1px #D7D9CE solid;
	border-top: 1px #D7D9CE solid;
	padding-left: 5px;
	padding-top: 5px;
}
.mainBox {
	background-image: url(../images/bg_grad_home.jpg);
	background-repeat: no-repeat;
	line-height: 1.75em;
}
.mainBox_subContent {
	background-image: url(../images/bg_grad.jpg);
	background-repeat: no-repeat;
	line-height: 1.75em;
	color: #333333;
}
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.bigLink {
	text-decoration: underline;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.bigLink:hover {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.titleCell {
	font-weight: bold;
	padding-right: 10px;
	border-right: 1px #C7CAB5 solid;
	font-size: 12px;
}
.dataCell {
	font-weight: normal;
	padding-left: 10px;
	font-size: 12px;
}
.titleCell2 {
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
}
.dataCell2 {
	font-weight: normal;
	font-size: 12px;
}
.selectBox {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #C7CAB5;
	font-color: #333333;
}
.inputBox {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px #666666 solid;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-weight: normal;
	background-color: #C7CAB5;
	font-color: #333333;
}
