@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1F394E;
}
.tablecontent {
	font-size: 12px;
	color: #FFF;
}
.oneColElsCtr #container #mainContent a {
	text-decoration: none;
	color: #EEE;
	font-size: 12px;
}
.oneColElsCtr #container {
	width: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #1C394F;
	font-family: Tahoma, Geneva, sans-serif;
	color: #EEE;
	font-size: 12px;
}
.headline {
	font-size: large;
	color: #5CC8DE;
	font-variant: small-caps;
	text-transform: none;
}
.bigger {
	font-size: 14px;
	font-style: italic;
}
.oneColElsCtr #container #mainContent h1 {
	font-size: medium;
	font-weight: bolder;
	text-decoration: underline;
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
	font-size: 100%;
	text-align: left;
}
.home {
	font-size: small;
}
.boundleft {
	text-align: left;
}

