﻿@import url("layout.css");
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}

.BoldBlue {
	color: #0A5F98;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

.LeftwIndent {
	text-align: left;
	text-indent: 15px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
.pIndent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	text-indent: 15px;
	color: #000000;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0B5C93;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0B5C93;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0B5C93;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #0B5C93;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-transform: uppercase;
	text-align: left;
}
.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BoldBluemedium {
	color: #0A5F98;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Boldredblink {
	color: #990000;
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline blink;
}
