.10a {
	font-size: 10px;
}
.10b {
	font-size: 10px;
	line-height: 130%;
}
.12a {
	font-size: 12px;
}
.12b {
	font-size: 12px;
	line-height: 130%;
}
.14a {
	font-size: 14px;
}
.14b {
	font-size: 14px;
	line-height: 130%;
}
.space1 {
	padding: 5px;
}
.space2 {
	padding: 3px;
}
.space3 {
	padding-left: 10px;
}
body {
	color: #333333;
	margin: 20px 0px;
	background-color: #F38EBA;
	background-attachment: fixed;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	background-position: top;



}
table {
	font-size: 12px;
	line-height: 130%;
}
p {
	margin: 20px 0px 0px;

}
h1,h2,h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

