body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a {
	color: #0033CC;
}
a:visited {
	color: #9900FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
h1, .h1 {
	font-size: 24px;
}
h2, .h2 {
	font-size: 18px;
}
h3, .h3 {
	font-size: 14px;
}
h4, .h4{
	font-size: 12px;
}
h5, .h5 {
	font-size: 10px;
}
h6, .h6 {
	font-size: 9px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.quoteAbstract {
	display: block;
	padding-left: 50px;
	padding-right: 130px;
	font-style: italic;
	font-size: 12px;
}

