@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: #666666;
	font-family: "Book Antiqua";
	font-size: 10pt;
	background-color: #999999;
}
.oneColElsCtr #container {
	width: 780px;
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.portfolioContainer {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.headerButton {
	text-align: right;
	padding: 10px;
}
.headerLink {
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content {
	padding: 10px;
}
.boldYellow {
	font-weight: bold;
	color: #E3880D;
}
.bold {
	font-weight: bold;
}
.fontYellow {
	color: #E3880D;
}


a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #CC66FF;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
a:active {
	color: #66CCFF;
	text-decoration: underline;
}

.footer {
	text-align: center;
	padding: 10px;
	font-size: 9pt;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.itemContainer {
	padding-top: 10px;
	padding-right: 23px;
	padding-bottom: 10px;
	padding-left: 23px;
}

.previousNext {
	padding-top: 10px;
	padding-right: 23px;
	padding-bottom: 10px;
	padding-left: 23px;
	text-align:right;
}
	
