/* CSS Document */
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:visited {
	color: #666666;
	font-weight: bold;	
	text-decoration: none;	
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	color: #666666;
	font-weight: bold;	
}
.banner {
	background-color: #FFFFFF;
	vertical-align: top;
	height: 160px;
}
.content {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(/images/redefining.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.heading {
	font-size: 30px;
	font-weight: bolder;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

.mainTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.footer {
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
.menuItem {
	color: #000000;
	font-size: 12px;
	color: #000000;
	background-image: url(/images/menu-item.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.adminHeading {
	color: #000000;
	font-size: 12px;
	background-image: url(/images/admin-heading.jpg);
	background-repeat: norepeat;
	background-position: left center;
	height: 25px;
	width: 575px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18 px;
}
.menuItemOver {
	font-size: 12px;
	color: #000000;
	background-image: url(/images/menu-item-over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.menuBottom {
	background-image: url(/images/menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 140px;
}
.menuRight {

	background-color: #FFFFFF;
	background-image: url(/images/menu-right-bkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.menuRightBottom {

	background-color: #FFFFFF;
	background-image: url(/images/menu-right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuContentSplit {
	background-color: #FFFFFF;
	background-image: url(/images/bkg-content.jpg);
	background-repeat: repeat-y;
}
.headingMed {
	font-size: 15px;
	font-weight: bold;
}
.headingML {
	font-size: 18px;
	font-weight: bold;
}
.note {
	font-size: 10px;
}
.menu
{
	text-decoration: none;
	color: #000000;	
}
.bottomBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.error
{
	font-size: 9pt;
	color: #d50000;
	font-weight: bold;
}