body {
	background-attachment: fixed;
	background-color: #4D4D3E;
	background-image: url(../images/bg_cc_shape.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.whiteBody {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	padding: 10px;
}


.whiteBody A {
	color: #CC6600;
	text-decoration: none;

}

.footer {
	background-color: #CC6600;
}

.sideNav {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/sidenav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
.plainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.plainBody A {
	color: #CC6600;
	text-decoration: none;
}

.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

