@charset "UTF-8";
/* CSS Document */
body {
	background: #666666;
	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: #000000;
	background-image: url(images/background.gif);
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	}
	
.style2pagename {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-variant: small-caps;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}

.style9 {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.style10 {
	font-style: normal;
	font-variant: normal;
	color: #333;
	font-size: 10px;
	text-transform: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
.style13 {
	font-size: 13px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.style13a {
	font-size: 13px;
	color: #333;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


.style34head {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4A659C;
	font-variant: small-caps;
	text-align: left;
}

.style34 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4A659C;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.style34line {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4A659C;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4A659C;
}

.style47 {
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	text-align: left;
}
.style47yellow {
	font-size: 13px;
	color: #4A659C;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
}

#apDiv1 {
	position:absolute;
	left:887px;
	top:100px;
	width:73px;
	height:67px;
	z-index:1;
	overflow: visible;
}
a:link {
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #4F78A9;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: center;	
}


