/* CSS Document */

@media screen
{
body {
	color: #333399/*#858fcc*/;
	margin: 0px;
}

ul {
	margin-bottom: 12px;
}

h2, .p, h3, h1, a, a font, a span, a strong, strong a, span a, font a  {
	color: #e24b5a;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 3px;
}

center, p, span {
	margin-bottom: 12px;
	/*text-indent: 15px;*/
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input, textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	text-decoration: underline;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 3px;
}
td, table, tr {
	vertical-align: top;
}
}