body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc url("../globalimages/centeredbackground2.gif");
	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 wrappedstuff in IE 5* browsers. The text is then set to the left aligned default in the #wrappedstuff selector */
	color: #000000;
	background-repeat: repeat-x;
}

.oneColFixCtr #wrappedstuff {
	width: 736px;  /* 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: 1px solid #666;
	 text-align: left; /*this overrides the text-align: 	center on the body element. */
}
.lineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.linebottomright {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
#whitelink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

#whitelink a{
	color: #FFFFFF;
	text-decoration: none;
}

#whitelink a:hover{
	text-decoration: none;
}
#whitelinksmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

#whitelink a{
	color: #FFFFFF;
	text-decoration: none;
}

#whitelink a:hover{
	text-decoration: none;
}
	

.leftnavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.leftnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	fline-height: 4px;
	padding: 10px;
}
.leftnavlink a, .leftnavlink a:visited {
	color: #660000;
}
.titleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #4a1c53;
}

.bodytext11 {
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
}
.bodytext9 {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
}
.bottomtext {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
}

#smalltopnavAccount{
	font: 60% Verdana,sans-serif;
	position: absolute;
	width: 250px;
	top: 0px;
	left: 585;
	right: 2%;
	right: 0px;
	color: #919999;
}
#smalltopnavAccount a{
	color: #999999;
}

#smalltopnavAccount a:hover{
	text-decoration: underline;
}