a:link { text-decoration: none; color: #333366;}
a:visited { text-decoration: none; color: #333366;}
a:hover { text-decoration: none; color: #333366;}
a:active { text-decoration: none; color: #333366;}
a:focus { outline:none; }

a.navbutton {text-decoration: none;}

img {border: 0;}

body {
	background-image: url(bg.jpg); 
	background-repeat:repeat-x repeat-y;
	font: normal 13px Times, Verdana,Arial,helvetica,sans-serif;
	color: #333366;
}

td {
	
	font: normal 13px  Times, Verdana,Arial,helvetica,sans-serif;
	/*color: #333366;*/
}

h3 {
	font: bold 14px Verdana,Arial,helvetica,sans-serif;
	color: #333366;
}
input.contact {
	width: 250px;
	color: #ffffff;
	background: #555555;
	border: 1px solid #cccccc;
}
textarea.contact {
	width: 250px;
	height: 100px;
	color: #ffffff;
	background: #555555;
	border: 1px solid #cccccc;
	
}

iframe {
	margin: 0px; 
}
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}