
body {
	margin: 0px;
	background-color: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	background-image:url('bggrad.jpg');
	background-repeat:repeat-x;
}


A:link {
    text-decoration: underline;
    color:#494B48;
}
A:visited {
    text-decoration: underline;
    color:#494B48;
}
A:active {
    text-decoration: underline;
    color:#494B48;
}
A:hover {
    text-decoration: underline;
    color:#000000;
}

.question{
	text-align:left;
	font-weight:800;
	font-size:1.5em;
	padding-top:15px;
}
.answer{
	text-align:left;
	font-weight:600;
	font-size:1.0em;

}

.dataKey{
	text-align:right;
}
.dataValue{
	text-align:left;
	font-weight:700;
}

.sidebarHead {
        border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-style:solid;
    	border-color:#000000;
	text-align:left;
	padding:1px;
	padding-top:5px;
	font-size:1.1em;
	font-weight:900;
}

.buttons {
	vertical-align:top;
	font-size:1.1em;
	font-weight:700;
	text-align:left;
}
.buttonsPanel {

	background-image:url("siteimg/cm_buttons.jpg");
	height:246px;
	width:220px;
	padding:5px;
	vertical-align:top;
	font-size:1.1em;
	font-weight:700;
}

.heading {
	background-image:url("siteimg/header.jpg");
	background-color:#3b4137;
	width:1100px;
	height:87px;
	color:#ffffff;
	font-size:1.3em;
	font-weight:700;
}


.menu {
	vertical-align:bottom;
	color:#ffffff;
	width:120px;
	font-size:1.1em;
	font-weight:700;
	text-decoration: none;
}
A.menu:link {
	color:#ffffff;
	text-decoration: none;
	font-size:.9em;
	font-weight:700;
}
A.menu:visited {
	color:#ffffff;
	text-decoration: none;
	font-size:.9em;
	font-weight:700;
}
A.menu:active {
	color:#ffffff;
	text-decoration: none;
	font-size:.9em;
	font-weight:700;
}
A.menu:hover {
	color:#B0D3A9;
	text-decoration: none;
	font-size:.9em;
	font-weight:700;
}

