@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #0079C2;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.dirs{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.dirs-link{
	color: #0079C2;
	text-decoration: underline;
}
.dirslink{
	color: #0079C2;
	text-decoration:none;
	font-size:14px;

}
.dirs-link:hover{
	text-decoration: none
}
.header{
	font-size: 16px;
	font-weight: bold;
	color: #005B93;
	border-bottom: 1px solid #0079C2;
	padding: 0px 0px 5px 0px;
	text-transform:uppercase;
}
.headerrows{
	background-color:#005B93;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
.headertext{
	font-size: 16px;
	color: #005B93;
	padding: 0px 0px 5px 0px;
}
.headerlink{
	font-size: 16px;
	font-weight: bold;
	color: #005B93;
	padding: 0px 0px 5px 0px;
	text-decoration:none;
}
.subheader{
	font-size: 14px;
	padding: 13px 0px 0px 5px;
}
.text{
	font-size: 12px;
	padding-top: 10px;
}
.text1 {
    color: #007CC3;
	font-size:16px;
}
.textlink {
    color: #007CC3;
	font-size:16px;
	text-decoration:none;
}
.footer{
	font-size: 12px;
	color: #999999;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid #0079C2;
}
