@IMPORT url("menu.css");

BODY				{ font-size: 12px; color: #000000; font-family: Verdana,Tahoma; background-color: #e1e1e1; }
.title			{ font-size: 12px; color: #336699; font-family: Verdana, Arial, sans-serif; FONT-WEIGHT: Bold; }
.tt1				{ font-size: 10px; color: #003366; font-family: Verdana, Arial, sans-serif; FONT-WEIGHT: Bold; }
.t2					{ font-size: 19px; color: #336699; font-family: Book Antiqua, Times New, Verdana; font-weight: bold; }
.t3					{ font-size: 10px; color: #000080; font-weight: bold; }
img					{ border: 0px; }
p, td				{ font-size: 12px; color: #000000; font-family: Verdana,Tahoma; }
A:link			{ font-weight:normal; font-size:12px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; }
A:active		{ font-weight:normal; font-size:12px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; }
A:hover			{ font-weight:normal; font-size:12px; color:#FBBA2E; font-family:Verdana,Tahoma; text-decoration:underline; }
A:visited		{ font-weight:normal; font-size:12px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; }

.lista					{ line-height: 26px; }
.pdf						{ font-weight:bold; font-size:10px; color:#000080; font-family:Verdana,Tahoma; text-decoration:line-through; }
.pdf2						{ font-weight:bold; font-size:8px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; }
.pdf3						{ font-weight:bold; font-size:8px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; border: solid black 1px }
A:link.pdf			{ font-weight:bold; font-size:10px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; }
A:active.pdf		{ font-weight:bold; font-size:10px; color:#000080; font-family:Verdana,Tahoma; text-decoration:none; }
A:hover.pdf			{ font-weight:bold; font-size:10px; color:#FBBA2E; font-family:Verdana,Tahoma; text-decoration:underline; }
A:visited.pdf		{ font-weight:bold; font-size:10px; color:#000080; font-family:Verdana,Tahoma; text-decoration:underline; }

.stop { color: white; font-family: verdana, tahoma; font-size: 10px; font-weight: bold; }
.stop:link { color: red; font-family: verdana, tahoma; font-size: 10px; font-weight: bold; }
.stop:visited { color: red; font-family: verdana, tahoma; font-size: 10px; font-weight: bold; }

button, input, select, textarea
 { 
  background-color: #E9E9E9;
  color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: black;
  font-family: verdana;
  font-size:11px;
  text-indent : 2px;
 }

div#qTip
	{
		padding: 3px;
		border: 1px solid #FFFFFF;
		display: none;
		background: #e1e1e1;
		color: #003366;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		z-index: 1000;
	}

#contactForm input {
	width: 330px;
	height: 25px;
	background: #fff;
	/*color: black;*/
	color: #ccc;
	font-size: 13px;
}

#contactForm input.custom,
#contactForm textarea.custom {
	color: black;
}

#contactForm textarea {
	width: 330px;
	height: 280px;
	background: #fff;
	color: #ccc;
	font-size: 13px;
}

#contactForm button {
	float: right;
	color: #000;
	font-size: 13px;
	margin-right: 49px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
    margin: 0; 
}
