@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000098;
	background-color: #000098;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	margin-top: 5%;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	background-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.TextTable {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			0.9em;
	font-style: 		normal;
	color: 				#000000;
}

.TextTable_TandL {
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			0.9em;
	font-style: 		normal;
	color: 				#000000;
	clear: both;
	margin-top: 1em;
	margin-left: 1em;
}

.TextStyle1 {
	color: #FFCC33;
	background-color: #000098;
}

.TextStyle1_Enhanced {
	color: #FFCC33;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000098;
}
.TextStyle1_Enhanced_L {
	color: #FFCC33;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #000098;
	font-family: Arial, Helvetica, sans-serif;
}

.TextStyle2 {
	color: #000098;
	background-color: #FFCC33;
}

.TextStyle2_Enhanced {
	color: #000098;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFCC33;
}

.TextTiny {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

.TextTinyFaint {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: oblique;
	color: #666666;
}
.Text_Bold {
	font-weight: bold;
}
.Text_Italic {
	font-style: oblique;
}
.Text_Enhanced {
	font-size: 1.1em;
	font-weight: bold;
	color: #000098;
}
.Text_Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.Text_Advertisment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0000FF;
}

.centre {
	text-align: center;
	clear: both;
}

h1 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	color: #003300;
}h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #006600;
}
