.tabcontainer {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px solid #660000;
	border-left: 1px none;
	margin: 2px;
	padding: 2px 2px 2px 4px;
}
.tablinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-color: #CCCCCC;
	height: 20px;
	width: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
	border: 1px solid #FFFFCC;
}
.tabcontainerCenter {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px solid #660000;
	border-left: 1px none;
	margin: 3px 6px;
	padding: 2px 2px 2px 4px;
	text-align: center;
}
a:link {
	font-weight: normal;
}

