	td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#959595;
}

.b
{
	color: #768EA5;
}

.b10
{
	color: #768EA5;
	font-family:Tahoma;
	font-size:10px;
}

.b11
{
	color: #768EA5;
	font-family:Tahoma;
	font-size:11px;
}

.b12
{
	color: #768EA5;
	font-family:Tahoma;
	font-size:12px;
}

.t10
{
	font-size:10px;
	font-family:Tahoma;
}

.t11
{
	font-size:11px;
	font-family:Tahoma;
}

.t12
{
	font-size:12px;
	font-family:Tahoma;
}

form
{
	margin:0px;
}


/* links */


a {
	text-decoration: none;
	color:#768EA5;
}
a:hover {
	text-decoration: underline;
	color:#768EA5;
}
a.1 {
	text-decoration: none;
	color:#768EA5;
	font-size:10px;
}
a.copy {
	text-decoration: none;
	color:#959595;
	font-size:10px;
}
a.copy:hover {
	text-decoration: none;
	color:#666666;
	font-size:10px;
	background-color: #FFCC99;
}

/* tabs navigation */


#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 18px Verdana;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
}

#tablist li a:link, #tablist li a:visited{
	color: #768EA5;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
}

#tablist li a.current{
	background-color: #eff0fa;
}

#tabcontentcontainer{
	width:685px;
	height:18px;
	background-color: #EBEFEE;
	left: 15px;
	border-top-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.tabcontent{
	display:none;
	left: 5px;
	background-color: #eff0fa;
	width:680;
	position: relative;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}


/* tr highlights */

.lineHiLite{
	border-bottom:1px solid #cccccc; 
	color:#666666; height:18px; 
	padding:3px; 
	background-color:#E7EBEE;
}

