body {
	background-color: #C0C0C0;
	font-family: Arial, helvetica, sans-serif;
}

div.linkDiv {
	position: relative;
	top: -35px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.links {
	font-size: 1.1em;
	color: #970000;
}

.tabTable {
	cursor: pointer;
}

.selectedTab {
	color: #970000;
	font-weight: bold;
	text-decoration: underline;
}

.unselectedTab {
	color: #777777;
	font-weight: bold;
}

.highlightedTab {
	color: #970000;
	font-weight: bold;
}

.tabLeft {
	background-image: url('../images/tab.gif');
	background-position: -3px 0px;
	height: 30px;
	width: 12px;
}

.tabRight {
	background-image: url('../images/tab.gif');
	background-position: -15px 0px;
	height: 30px;
	width: 12px;
}

.tabBody {
	background-image: url('../images/tab.gif');
	background-position: 0px -60px;
	height: 30px;
}

.messageDiv {
	position: absolute;
	text-align: center; 
	visibility: hidden; 
	font-size: 2em; 
	font-weight: bold; 
	width: 840px;
}

.watermarkBackground {
	background-image: url('../images/watermark.jpg');
}



a:link {
	color: #970000;
	font-weight: bold;
}	

a:visited {
	color: #970000;
	font-weight: bold;
}

.headerText {
	color: #970000;
	font-weight: bold;
}

.boldText {
	color: #970000;
	font-weight: bold;
}

.offersTraining {
	color: #970000;
	font-weight: bold;
	font-size: 2em;
}

.paddedText {
	padding-left: 110px; 
	padding-right: 110px;
}