body {
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 110%;
	color: #333333;
	font-family: 'Arial', sans-serif;
}
.bold {
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
}
.large_bold {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}
.huge_bold {
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
}
.name {
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
}
a {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.pub {
	font-size: 16px;
	line-height: 110%;
	font-weight: normal;
}
.pub_bold {
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
}
.pub_italic {
	font-size: 16px;
	font-style: italic;
	line-height: 110%;
}
