html {
	scrollbar-face-color:#d3dae2;
	scrollbar-shadow-color:#e4e6e9;
	scrollbar-3dlight-color: #e4e6e9;
	scrollbar-darkshadow-color:#e4e6e9;
	scrollbar-track-color:#e4e6e9;
	scrollbar-arrow-color:#41586f;
	background:#a7acb4 url(../images/gfi-bg.jpg) repeat-x top;
}
body{
	margin: 0px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
}
div{
	padding: 0px;
}
img{
 border:0;
}
a:link, a:visited {
	font-size: 10px;
	color: #3366cc;
	font-weight:bold;
	text-decoration:none;
}
a:active, a:hover {
	color: #6699ff;
	font-weight:bold;
	text-decoration:none;
}
.title {
	font-size: 12px;
	margin: 5px 0 5px 10px;
	font-family: Verdana, Arial;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #41586f;
	color: #41586f;
	width: 400px;
	display:block;
}
.subtitle {
	font-size: 11px;
	font-family: Verdana, Arial;
	font-style:italic;
	font-weight:bold;	
	border-bottom:1px solid #41586f;
	color:#41586f;
	width: 200px;
	display:block;
}
.copyright {
	font-size: 10px;
	color: #ccc;
}
.copyright a:link, .copyright a:visited{
	font-size: 10px;
	color: #eee;
	text-decoration:underline;
}
.copyright a:active, .copyright a:hover {
	color: #fff;
	text-decoration:none;
}

input, select{
	font-size:11px;
	color:#333;
	background-color:#f4f4f4;
}
h2{
	font-size:16px;
}
small{
	font-size:10px;
	display:block;
	padding: 5px;
	font-weight:normal;
}
.menubutton {  
	background-image: url(../images/gfi-buttons.png);
}
* html .menubutton { 
	background-image: url(../images/gfi-buttons.gif);
}

/*======== GFI TOOLTIP ========*/
#gfitooltip{
font-size:10px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #ccc;
padding: 2px;
background-color: #eee;
visibility: hidden;
z-index: 200;
}

#gfipointer{
position:absolute;
left: -300px;
z-index: 201;
visibility: hidden;
}
/*======== END GFI TOOLTIP ========*/
