﻿body, td {
	margin:0px; 
	font-family: 'Trebuchet MS', Verdana; 
	font-size: 10px;
}

a.tab {
	display:block; 
	vertical-align: bottom;
	float: left;
	height: 28px;
	color: white;
	text-decoration: none;
	line-height: 28px;
	padding: 0px 3px 0px 3px;
	font-size: 10px;
}

a.selected {
	border-right: 1px white solid;
	border-left: 1px white solid;
	background-color: #30ADD3;
}

div.subnav {
	clear:both; 
	background-color: #30ADD3; 
	line-height: 20px; 
	height: 20px;
	color: white;
}

div.subnav a {
	color:white; text-decoration:none;
}