@charset "utf-8";
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
.oneColFixCtr #container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #001999;
}
a:hover {
	text-decoration: none;
	color:#FFCC33;
}
a:active {
	text-decoration: none;
	color: #3A5570;
}

#idsDivFooter {
	position:absolute;
	width:892px;
	height:53px;
	z-index:1;
	left: 29px;
	top: 691px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style11 {
	font-size: 9pt;
	color: #001999;
}
.style13 {
	font-size: 12px
}
.style14 {color: #021CA7}
#apDivHomeLeft1 {
position:relative;
	width:524px;
	height:339px;
	z-index:2;
	left: 174px;
	top: 294px;
	overflow:auto;
}
body,td,th {
	color: #000000;
}
#apDiv2 {
	position:absolute;
	width:524px;
	height:339px;
	z-index:2;
	left: 174px;
	top: 294px;
	overflow:auto;
}

.style15 {color: #999999}
.style16 {color: #FF9900}

