@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:#000 url(images/bodybg.png) top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

p {
	font-size: 14px;
	line-height: 1.4em;
}
.nopad {
	margin: 0;
	padding: 0;
}
ol li {
	line-height: 1.3em;
	margin-bottom: 15px;
}
