@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.hdr_menu {
	background-image: url(../images/ccs_lightblue28.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
.ccs_footer {
	background-image: url(../images/ccs_darkblue40.jpg);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 11px;
	color: white;
	padding-top: 7px;
}
.ccs_footer a
{
	color: white;
}
.pagetitle
{
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
}
.body_content {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.perm_display {
	color: blue;
	font-size: 16px;
	padding-bottom: 8px;
}
.ccs_header
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
