body {
	background-color: #e9e9e9;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	margin: 0 auto;
}
#wrapper {
	width: 812px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#main {
	width: 800px;
	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: 0 auto;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
}
.tx14 {
	font-size: 14px;
}
.tx16 {
	font-size: 16px;
	line-height: normal;
}

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;
}
