body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;

}
ul {
	list-style-type:square

}
textarea {
	font-family: Arial, Helvetica, sans-serif;

}
p {
	font-size: 1em;

}
td {
	font-size: 0.8em;

}
h1 {
	font-size: 1.5em;
	color: #666666;
}
h2 {
	font-size: 1.4em;
	color: #666666;
}
h3 {
	font-size: 1.1em;
	color: #666666;
}
h4 {
	color: #666666;
}

a {
	color: #0099ff;


}
a:active {
	color: #0099ff;

}
a:hover {
	color: #0099ff;

}
.title {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;

}
.sub {
	font-size: 0.6em;

}
div {
	font-size: 0.8em;

}
hr {
	color: #b2d3e1;
}
