body
{
}
/* style for the header links */

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.SiteLinkBold:hover
{
	color: blue;
	text-decoration: none;
}

/* */

.errmsg
{
	font-weight: normal;
	font-size: 8.5pt;
	color: red;
	font-family: Verdana;
}
.titleHead
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Tahoma, 'Times New Roman';
}

.heading
{
	font-weight: bold;
	font-size: 18pt;
	color: black;
	font-family: 'Times New Roman';
}
.heading2
{
	font-weight: bold;
	font-size: 15pt;
	color: black;
	font-family: 'Times New Roman';
}
.heading3
{
	font-weight: bold;
	font-size: 13pt;
	color: black;
	font-family: 'Times New Roman';
}
.heading4
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Verdana;
}
.tblHead
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.textLink
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Verdana;
}

.text
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.texti
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-style: italic;
	font-family: Arial;
}

.textB
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.text2
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;

}
.text3
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.text4
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: verdana;
}
.textBox
{
	font-weight: normal;
	font-size: 8pt;
	background-image: none;
	color: black;
	font-family: Verdana, 'Courier New' , Arial;
}

.textBoxNB
{
	font-weight: normal;
	font-size: 8pt;
	background-image: none;
	color: Crimson;
	border-top-style: none;
	font-family: Verdana, 'Courier New' , Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: center;
	border-bottom-style: none;
}

.srch
{
	font-family: Arial;
	color: midnightblue;
	font-size: 8.5pt;
	font-weight: bold;
}

.note
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
}
.nav
{
	font-weight: normal;
	font-size: 8pt;
	font-family: verdana;
}
A.nav, A.nav:link, A.nav:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #003256;
	font-family: verdana;
}

A.nav:hover
{
	color: blue;
}
A.navb, A.navb:link, A.navb:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: blue;
	font-family: verdana;
}

.btn{
	border-radius:5px;
}

A.navb:hover
{
	color: darkgray;
}

.company-blue-header {
	background-color: #095182;
	color: #ffffff;
}

.btn-primary {
	background-color:#0069a7;
}

.btn-primary:hover {
	background-color: #003057;
	color:#ffffff;
}

.btn-primary-outline {
    color: #0069a7;
    border-color: #0069a7;
}

.btn-primary-outline:hover {
    background-color: #0069a7;
    color:#ffffff;
}
.btn-secondary {
	background-color: #666666;
}

.btn-secondary-outline {
	color: #666666;
	border-color: #666666
}

.btn-secondary-outline:hover {
	background-color: #666666;
	color:#ffffff
}

h1, h2, h3, h4, h5, h6, body {
	color: #1a1a1a;
	font-family:Arial, Helvetica, sans-serif
}

body{
	margin:0;
}
.border {
	border-radius:5px;
	border-color:#1a1a1a;
}

