@charset "utf-8";
/* CSS Document */

.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	width: 208px;
	height:20px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: #84D7FF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	display:block;
	}
.tabhold { 
	background-color: #CDE9F7;
	color: #010101;
	font-weight:bold;
	font-size:16px;
	}
.tabfocus { 
	background-color: #F8F8F8;
	color: #C11B27;
	font-weight:bold;
	font-size:16px;
	}
.tabcontent { 
	/*font-size: 14px;*/
	width: 650px;
	/*height: 275px;*/
	border-style: solid;
	border-color:#84D7FF;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-top:none;
	background-color:#F8F8F8;
	}