
h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2a2f88;
	text-transform: uppercase;
	margin-top: 0px;
	/*letter-spacing: -2px;*/
}


h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

p {
	margin-top: 2px;
}


ul {
	list-style-image: url(images/ul-bullet.jpg);
}
li {
	margin-bottom: 4px;
}

a {
	color: #2a2f88;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul.big {
	font-size: 13px;
}
