/* CSS Document */
body {
  	background: #EEEEEE url(/images/triada/bg.gif);
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	margin: 0 0 0 0;
}
#content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

/* Links */

a {
	font-size: 11px;
	color: #0099FF;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
a:active {
	color: #000066;
}	

/* Service */

a.s {
	font-size: 11px;
	color: #003366;
}
a.s:visited {
	color: #003366;
}
a.s:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.s:active {
	color: #094E6A;
}		
.style {color: #003366; font-size: 11px;}

#serv { border: #0099CC 1px solid;}
#licen { border: #0099CC 1px solid;}

/* Nav */
a.n {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.n:visited {
	color: #FFFFFF;
}
a.n:hover {
	color: #66CCCC;
	text-decoration: underline;
}
a.n:active {
	color: #66CCCC;
}

#navibar {
	width: 98%;
	padding-right: 5px;
	padding-left: 7px;
	font-size: 11px;
	color: #FFFFFF;
}
/* Copyrights */
.copy {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 15px;
}
		/* Search */
		
input {
	font-size: 11px;
	font-family: verdana;
	margin-top: 2px;
	margin-bottom: 2px;
	border: #C0C0C0 0.5pt solid;

	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	height: 19px;
}

input.text {
	font-size: 11px;
	font-family: verdana;
	margin-top: 2px;
	margin-bottom: 2px;
	border: #C0C0C0 0.5pt solid;

	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	height: 16px;
	width: 100%;
}
/* News */
.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7FA900;
}
#tooltip{
	background: white;
	border: 1px solid #333333;
	color: #0066CC;
	font: menu;
	margin: 0px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden;
}