﻿.text {
	font-size: 11px;
	padding-left:40px;
	padding-top:20px;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 16px;
    color: #003250;
    text-align:center;
}
.orange {
	color: #F07800;
}
a {
	color: #5A5A5A;
	text-decoration:underline;
}
a:visited {
	color: #5A5A5A;
}
a:hover {
	color: #5A5A5A;
	text-decoration:none;
}
a:active {
	color: #5A5A5A;
}

h1 {
	text-align: center;
	font-size: 13px;
	color: #F07800;
	font-family: Verdana, Helvetica, sans-serif;
    line-height: 16px;
}
