@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
}

html,body {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}

ul.bulletList {
	padding: 5pt;
}

ul.bulletList li {
	padding: 2pt 2pt 2pt 10pt;
}

li b {
	color: #00467c;
}

h1,h2,h3,h4,h5 {
	color: #00467c;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
	padding-bottom: 10pt;
}

h3 {
	font-size: 12pt;
	padding-bottom: 4pt;
}

p {
	padding-bottom: 4pt;
}

ul.menu {
	padding-left: 18pt;
	border-bottom: solid 1px #00467c;
	font-size: 12pt;
	padding-bottom: 3pt;
	padding-top: 3pt;
	padding-right: 4pt;
}

ul.menu li {
	display: inline;
	padding-right: 14pt;
}

ul.menu li.active {
	color: black;
	font-weight: bold;
}

ul.menu li.rightAlign {
	float: right;
}

ul.menu li a {
	color: #00467c;
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration: underline;
}

/* Forms */
label input {
	margin-left: 10px;
}

.textInput {
	border: solid 1px #00467c;
	width: 130px;
}

form button {
	color: #00467c;
	background: transparent;
	cursor: pointer;
	cursor: hand;
	font-size: 1.2em;
	text-align: right;
	width: 100%;
}