@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.regularPlus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.picSpaceLeft {
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 6px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bolder;
	color: #000000;
}
.smallgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.smallHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	text-align: center;
}
.regularPlusAside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sideBarTop {
	background-image: url(images/common/sideBarTop.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.sideBarTopSmall {
	background-image: url(images/common/sideBarTop.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993300;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.sideBarBottom {
	background-image: url(images/common/sideBarBottom.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.sideBarMiddle {
	background-image: url(images/common/sideBarMiddle.png);
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-decoration: none;
}
.titlebarLeft {
	background-image: url(images/common/titlebarLeft.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 24px;
	width: 40px;
}
.titlebarMiddle {
	background-image: url(images/common/titlebarMiddle.png);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.titlebarRight {
	background-image: url(images/common/titlebarRight.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 24px;
	width: 40px;
}
.moduleCell {
	background-image: url(images/common/OpeningMenuHeader.png);
	background-repeat: repeat-x;
}
.smallHeaderLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

