﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
}

#header
{
	background-color: #000000;
	padding: 0 10px 0 20px;
}

.titleimage
{
	margin: 0px;
	padding: 10px 0;
}

.navbar
{
	width: 300px;
}

.breadcrumbs
{
	margin-top: 0px;
}

.container
{
	padding: 10px;
}

h1
{
	font-size: 18pt;
	font-weight: normal;
}

h2
{
	font-size: 14pt;
	font-weight: normal;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
}

p
{
	font-size: 10pt;
}

li
{
	font-size: 10pt;
}

.container a
{
	text-decoration: none;
	color: #0099ff;
}

.container a:hover
{
	text-decoration: underline;
}

.container a:active
{
	color: #ff9933;
}

.accHeader a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}