body {
	color: #414141;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

p, td, li, h1, h2, a {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
	text-align: justify;
}

a {
	color: #414141;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #184F8F;
}

a img {
	border: none;
}

table {
	font-size: 100%;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: none;
	background-image: url('../images/li.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	margin: 3px;
}

h1
{
	color: #184F8F;
	font-size: 18px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

h2
{
	color: #7191BA;
	font-size: 16px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}