@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
}
#header{
	color:#000000;
	font-family:Myriad Pro;
	font-size:22px;
	margin-bottom:5px;
}
#par{
	color:#777777;
	font-family:Myriad Pro;
	font-size:15px;
}
#table{
	padding-right:10px;
	padding-top:10px;
	vertical-align:top;
	width:1px; 
}
#toolbar{
	background:url(/images/gt_toolbar.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#home{
	display:block;
    	width:40px;
	height:43px;
	background:transparent url(/images/gt_homeb.jpg) no-repeat;
}
a:hover#home{
	background-position:0px -43px ;
}
a#links{
	color:#ffffff;
	font-family:Myriad Pro;
	font-size:15px;
	text-decoration:none;
	vertical-align:center;
	margin-left:40px;
}
a:hover#links{
	color:#aaaaaa;
	font-family:Myriad Pro;
	font-size:15px;
}
#tahoe{
	background:url(/images/gt_tahoeheader.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:28px;
	text-indent:10px;
	color:#ffffff;
}
#clock{
	color:#FFFFFF;
}
/* tahoe */
.tahoe h2, h3, a, p {
	text-align:left;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;		
}
/* h2 */
.tahoe h2 {
	margin:2px 0px 0px 0px;
}
.tahoe h2 a {
	font-size:14px;
	font-weight:bold;
}
.tahoe h2 a:link {color:#006699;} 
.tahoe h2 a:visited {color:#006699;} 
.tahoe h2 a:hover {color:#FF0000;}
.tahoe h2 a:active {color:#006699;}
/* h3 */
.tahoe h3 {
	font-size:13px;
	font-style:italic;
	margin:0px;
	color:#999999; 
}
/* p */
.tahoe p {
	font-size:14px;
	color:#000000;
	margin:7px 0px 10px 0px;
}