@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}
body {
	background-color: #465581;
	background-image: url(images/blues-background.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F4EFEA;
}
a:visited {
	color: #C5B3A1;
}
a:hover {
	color: #FFFFFF;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.underline {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.Header-Colored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #F1D29C;
}
