body {
	background-color: #e9e9e9;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1.8em;
	color: #333333;
}
#main {
	width: 774px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a1a1a1;
	border-left-color: #a1a1a1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
}

.tx14 {
	font-size: 14px;
}
.tx16 {
	font-size: 16px;
}

a:visited {
	text-decoration: underline;
	color: #2005f8;
}
a:link {
	text-decoration: underline;
	color: #2005f8;
}
a:hover, a:active {
	color: #FF6600;	
	text-decoration: none;
}
a.redLink:visited {
	text-decoration: underline;
	color: #FF0000;
}
a.redLink:link {
	text-decoration: underline;
	color: #FF0000;
}
a.redLink:hover, a:active {
	color: #FF6600;	
	text-decoration: none;
}
