html
{
	height: 100%;
	width: 100%;
}

body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #1b1b1b;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 14px;
}


a
{
	color: #000044;
	padding: 2px;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #002244;
}


p
{
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	text-indent: -15px;
	line-height: 150%;
}

h1
{
	font-size: 22px;
	border-bottom: 3px solid #cccccc;
}

h1.WithDrop
{
	margin-bottom: 3px;
}

h2
{
	font-size: 18px;
	margin-top: 45px;
	margin-right: 30px;
	margin-left: 30px;
	background: #cccccc;
	text-align: center;
}

h3
{
}

h4
{
}

h5
{
	margin-top: 2px;
	margin-left: 15px;
	text-align: right;
}


ul
{
}

li
{
	list-style-type: disc;
}
