/* CSS Document */
html, body, #wrapper {
	font-family					: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color			: #D6E7EF;
	height						: 100%;
	margin						: 0;
	padding						: 0;
	border						: none;
	text-align					: center;
	}

#wrapper {
	background-color			: #FFFFFF;
	margin						: 0 auto;
	text-align					: left;
	vertical-align				: middle;
	width						: 968px;
	}

h1 {
	font-size					: xx-large;
	font-weight					: normal;
	color						: #074D90;
	}

h2 {
	font-size					: large;
	font-weight					: normal;
	}

h3 {
	font-size					: large;
	font-weight					: normal;
	font-style					: italic;
	}

h4 {
	font-size					: medium;
	font-weight					: normal;
	}

h5 {
	font-size					: medium;
	font-weight					: normal;
	font-style					: italic;
	}

h6 {
	font-size					: small;
	font-weight					: normal;
	}

table {
	font-size					: 11pt;
	}

td {
	vertical-align				: top;
	}

.menu1 {
	font-size					: small;
	color						: #FFFFFF;
	text-align					: center;
	vertical-align				: middle;
	}

.menu1 a {
	font-size					: small;
	color						: #FFFFFF;
	text-decoration				: none;
	}

.menu2 {
	font-size					: large;
	color						: #FFFFFF;
	vertical-align				: middle;
	padding-left				: 20px;
	padding-right				: 20px;
	}

.menu2 a {
	font-size					: large;
	color						: #FFFFFF;
	text-decoration				: none;
	}

.home-background {
	background-image			: url(home-background.jpg);
	background-repeat			: no-repeat;
	}

.default-background {
	background-image			: url(default-background.jpg);
	background-repeat			: no-repeat;
	}

.content-normal {
	font-size					: 11pt;
	color						: #000000;
	padding-bottom				: 20px;
	padding-left				: 50px;
	padding-right				: 50px;
	}

.content-normal a {
	font-size					: 11pt;
	color						: #8B0043;
	text-decoration				: underline;
	}

.content-right {
	font-size					: 11pt;
	color						: #000000;
	padding-bottom				: 20px;
	}

.content-right a {
	font-size					: 11pt;
	color						: #8B0043;
	text-decoration				: underline;
	}

.footer {
	font-size					: small;
	color						: #000000;
	text-align					: center;
	vertical-align				: middle;
	}

.footer a {
	font-size					: small;
	color						: #8B0043;
	text-decoration				: underline;
	}
000000