﻿@charset "UTF-8";
body {
	font-family: Verdana;
	font-size: 10pt;
	background-image: url('../images/blue.jpg');
	background-color: #9CB8EA;
}

a:link {
	font-weight: bold;
	color: #D9AF62;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #D9AF62;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #7BA6CE;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #D9AF62;
	text-decoration: none;
}

.bullet {
	font-family: "Times New Roman";
	font-size: large;
}
.nowrap {
	white-space: nowrap;
}
.imageleft {
	border: medium solid #000000;
	padding-right: 5px;
}
.businesslabel {
	font-weight: bold;
	font-size: large;
}
.clear {
	clear: both;
}

h1 {
	font-size: 14pt;
	color: #4265A5;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.alignleft {
	text-align: left;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.menulink {
	text-decoration: none;
	text-align: left;
}
.alignright {
	text-align: right;
	white-space: nowrap;
}
.tableborder {
	vertical-align: top;
	border: 1px solid #395571;
	padding: 2px;
}
.boldtext {
	font-weight: bold;
}

.nounderline {
	text-decoration: none;
}

.aligncenter {
	text-align: center;
}

.imageleft {
	float: left;
	margin-right: 8px;
	border: 0;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 10pt;
}

.floatLeft {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}

table {
		font-size: 10pt;
}
