﻿body
{
	font: 10px/1.3 Verdana, Geneva, sans-serif;
	color: White;
}
a:focus
{
	outline: 1px dotted invert;
}
h1
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #CCCCCC;
}
h2, h3, .SubHeadline, .SubHeadlineOrange
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	margin-top: 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
}

h4
{
	font-size: 19px;
}
h5
{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
}
h6
{
	font-size: 15px;
	font-weight: normal;
}
ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
	margin-bottom: 10px;
}
