body { 
	background-color: #268ab8; 
}

body,td { 
	font-family: tahoma,arial,helvetica; 
}

h1 { 
	font-size:175%;
	font-weight:bold;
	color:#268ab8;
	margin:0px; 
}

h2 { 
	font-size:125%;
	font-weight:bold;
	color:#268ab8;
	margin:0px; 
}

h3 { 
	font-weight:bold;
	color:#268ab8;
	margin:0px; 
}

.highlight { 
	font-weight:bold;
	color:#268ab8; 
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* hides from IE/Mac */
* html .clear {
	height: 1%;
}

/* @group Tabbed Box */

.menuBar {
	float: right;
	/* border-bottom: 1px solid #268ab8; */
	height: 42px;
	padding: 0;
	margin: 0px;
}
.tabbedBox {
	text-align: left;
	margin-bottom: 15px;
	float: right;
}

.tabbedBox ul.tabs {
	float: left;
	padding: 0;
	width: 100%;
	border-top: 1px solid #268AB8;
}

.tabbedBox ul.tabs li {
	list-style-type: none;
	float: left;
	margin: 2px 0 0 0;
	padding-top: 0;
}

.tabbedBox ul.tabs li a {
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid white;
	background-color: #268ab8;
	color: white;
	outline-style: none;
}

.tabbedBox ul.tabs li a.selected,
.tabbedBox ul.tabs li a:hover {
	padding: 2px 10px;
	text-decoration: none;
	color: #268AB8;
	font-weight: bold;
	border-bottom: 1px solid #268AB8;
	border-right: 1px solid #268AB8;
	border-left: 1px solid #268AB8;
	border-top: 1px solid #fff;
	background-color: #fff;
}

.tabbedBox .tabContent {
	clear: both;
	display: none;
	float: left;
}

.tabbedBox .tabContent.selected {
	display: block;
}

/* @end */

