/* set the page background color and margins. */
body {
	margin: 0;
	scrollbar-3dlight-color: #383a4b;
	scrollbar-darkshadow-color: #383a4b;
	scrollbar-highlight-color: #383a4b;
	scrollbar-shadow-color: #383a4b;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #383a4b;
	scrollbar-track-color: #fff;
	background: #fff url(/images/inside_bg2.gif);
}

body, p, td, div { font: normal 12px/18px Arial, sans-serif; color: #333; }

h1, h2, h3, h4, h5, h6 { font: bold 14px/18px Arial, sans-serif; color: #434343; }
h1 { font-size: 18px; }
#container {
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
}

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #CB1214; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #FF7C00; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #E94B00; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #FF7C00; } /* visited link hover color*/

#content_header { margin: 0; padding: 0; }

#content_body { padding: 10px; }

.nav_left {
	background: #fff url(/images/sidenav_bg.jpg) repeat-y;
}

#nav_left_td {
	font: bold 11px/24px Verdana, sans-serif; color: #333;
	padding: 10px 10px 10px 14px;
}
#nav_left_td a:link { font-weight: bold; text-decoration: none; color: #333; }
#nav_left_td a:visited { font-weight: bold; text-decoration: none; color: #333; }
#nav_left_td a:active { font-weight: bold; text-decoration: none; color: #999; }
#nav_left_td a:hover { font-weight: bold; text-decoration: none; color: #408CC6; }

.content_main {
	background: #fff;
}

.white {
	color: #ffffff;
}

.larger {
	font-size: 1.4em; 
}

#surveyTbl td, th, p { font:normal 9pt Arial,sans-serif; color:#333; }
#surveyTbl th { font-weight:bold; text-align:left; color:#434343; background:#f9f9f9; border:1px solid #aaa; }
#surveyTbl td { border:1px solid #eee; }
#surveyTbl .sm { font-size:8pt; }