html, body {
	  margin: 10;
	  padding: 10;
	  height: 100%;
	  border: none;
	  color: #404040;
}
body, td, div, p, span {
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #205480;
}
.pageTitle {
	font-size: 18pt;
	font-weight: bold;
}
.activeTab, .inactiveTab {
	width: 100px;
	height: 24px;
	margin-top: 1px;
	text-align: center;
	padding-top: 4px;
	border-top: 1px solid #4D4D4D;
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}
.activeTab {
	background-color: white;
}
.activeTab a {
	color: #4D4D4D;
}
.inactiveTab a {
	color: #AAAAAA;
}
.inactiveTab {
	background-image: url('/ost/images/w3/inactive-tab-bg.png');
}
.activeTab a, .inactiveTab a {
	text-decoration: none;
}
