body {
	background-color: #E1E1E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
.menustrip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2E3339;
	color: #FFFFFF;
}
.menustrip a{
		color: #FFFFFF;
	text-decoration: none;
}
.menustrip a:visited{
		color: #FFFFFF;
	text-decoration: none;
}
.menustrip a:hover {
	color: #A5CCE7;
	text-decoration: none;
}
.menustrip a:active {
	color: #87ADCD;
	text-decoration: none;
}
.contentpanel {
	background-image: url(images/menu_shadow.gif);
	background-repeat: repeat-x;
}
.inset-top {
	background-image: url(images/stripinset_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inset-bottom {
	background-image: url(images/stripinset_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #232933;
	background-color: #CCCCCC;
	line-height: 25px;

}
.namelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #3B5F86;
}
.smalltype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #232933;
}
.headertrim {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828993;
}
