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; }
a { color: #268ab8; }
a:visited { color: #268ab8; }
.highlight { font-weight:bold;color:#268ab8; }
.tabBoxContainer {
}
.tabBox { 
	float: right;
	padding: 0px;
	padding-right: 5px;
	border-bottom:2px solid #268ab8;
	width: 100%;
}
.tabBox .leftText {
	position: relative;
	left:25;
	bottom:-20;
}
.tabBox ul.tabs {
	float:right;
	padding:0px;
	margin:0px;
}
.tabBox ul.tabs li {
	list-style-type: none;
	float: left;
	padding: 0px;
	padding-right: 2px;
}
.tabBox ul.tabs li a {
	outline-style: none;
	clear: both;
	float: left;
	padding: 2px;
	border: 2px solid #268ab8;
	border-bottom: 0px;
	text-decoration: none;
	color: white;
	background-color: #268ab8;
	font-weight: bold;
}
.tabBox ul.tabs li a:hover,
.tabBox ul.tabs li a.selected {
	background-color: white;
	color: #268ab8;
}
