﻿/*Text Styles*/

Body {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  line-height: 12px;
  color: #444648;
}

hr {
	height: 1px;
	margin-bottom:10px;
	margin-top:10px;
	border: 0;
	color: white;
}

h1 {
	text-decoration: none;
	color: Black;
	font-size: 18px;
	line-height: 22px;
}

h1 a {
	text-decoration: none;
	color: #00528a;
	cursor: pointer;
}

h1 a:hover{
    text-decoration: none;
    color: #de7f3f;
    cursor: pointer;
}

h2 {
	text-decoration: none;
	color: white;
	font-size: 15px;
	line-height: 18px;
}

h2 a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

h2 a:hover{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

h3 {
	text-decoration: none;
	color: white;
	font-size: 11px;
	line-height: 13px;
}

h3 a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

h3 a:hover{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

h4 {
	margin-top: -1px;
	line-height: 18px;
	text-transform: none;
	padding-right: 20px;
	text-align: right;
	font-size: 12px;
	color: #444648;
}

h4 a {
	text-align: right;
	text-decoration: none;
	color:#444648;
}

h4 a:hover {
	text-align: right;
	cursor:pointer;
	text-decoration: none;
	color:#444648;
	
}

a{
    outline: none;
    -moz-outline-style: none;
}


p {
	margin-top:0px;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}





