body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #005daa;
	background-attachment: fixed;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #005daa;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003876;
}
a:hover {
	text-decoration: none;
	color: #003876;
}
a:active {
	text-decoration: underline;
	color: #005DAA;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding: 0px;
}
h1 {
	font-size: 30px;
	color: #005daa;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h2 {
	font-size: 24px;
	color: #003876;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 18px;
	color: #005daa;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}
h4 {
	font-size: 16px;
	color: #003876;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}
h5 {
	font-size: 14px;
	color: #005daa;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
h6 {
	font-size: 14px;
	color: #003876;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.topmenu a:link {
	color: #FFF;
	text-decoration: none;
}
.topmenu a:visited {
	text-decoration: none;
	color: #eeeeee;
}
.topmenu a:hover {
	text-decoration: none;
	color: #E7A614;
}
.topmenu a:active {
	text-decoration: none;
	color: #FC3;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 14px;
	margin-left: 8px;
}
img {
	border: 0;
}
ul {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/S.png);
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
ol {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
.dashedborder {
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
hr {
	color: #E7A614;
	border: thin solid #e7a614;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.button {
	font-size: 14px;
	font-weight: bold;
	color: #e7a614;
	background-color: #005daa;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	margin: 2px;
	padding: 4px;
}
.text {
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	margin: 2px;
	padding: 4px;
}
