﻿* {
	margin: 0;
	padding: 0;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	background-color: #ffffff;
	color: #003e7e;
	text-decoration: none;
}
address { font-size: 11px; }
body { background: #003e7e url(../images/src/background.jpg) no-repeat; }
body, table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
h1 { font-size: 24px; }
h4, h5, h6 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #ffffff;
}
hr {
	background-color: #ffffff;
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}
img { border: 0; }
p { margin: 0 0 10px 0; }
strong { color: #fac81c; }