body
{
	font-family: tahoma, san-serif;
	font-size: 0.8em;
	color: #B3B3B3;
}

h1, h2, h3, h4, h5, h6, h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited
{
	font-family: KozGoPro-ExtraLight, arial, helvetica, san-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #808080;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *, p + *, table + *, img + *, a + *, ul + *, ol + *
{
	margin-top: 15px;
}

h2
{
	padding-bottom: 10px;
	
	border-bottom: dotted 1px #E0E0E0;
}

h3
{
	font-size: 3em;
}

h4
{
	font-size: 2em;
}

p
{
	line-height: 1.8em;
	text-align: justify;
}

ul, ol
{
	padding-left: 10px;

	list-style-position: inside;
}

ul
{
	list-style-image: url("../static/bullet.png");
	list-style-type: square;
}

li + li
{
	margin-top: 8px;
}

a, a:link, a:visited
{
	color: #FF9933;
	text-decoration: none;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: #FFCC33;
}

small
{
	line-height: 1.6em;
}

img
{
	border: none;
}

.center
{
	text-align: center;
}
