ul.navbar {
list-style-type:none; float:left; display:block; width:100%; line-height:inherit; 
clear:both; margin:0; padding:0; background-color:#FFFFFF; }

ul.navbar li {
display:inline;}



a.nav:link, a.nav:visited {
display:block; float:left; width:30%; margin:0; height:32px; text-align:center;
text-decoration:none; background-color:#CCCCCC; color:#000000; border-color:#FFFFFF; border-style:solid ;}

a.nav:hover {
display:block; float:left; width:30%; margin:0; height:32px; text-align:center;
text-decoration:none; background-color:#DDDDDD; color:#FFFFFF; border-color:#FFFFFF; border-style:solid;}

a.nav:active {
display:block; float:left; width:30%; margin:0; height:32px; text-align:center;
text-decoration:none; background-color:#CCCCCC; color:#FFFFFF;border-color:#FFFFFF; border-style:solid;}




.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004F4F;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}
.times-16 {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #DDDDDD;
	color: #000000;
	
}
.arial-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.arial-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.asterisco-11 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 11px;
	font-weight: bold;
}
.arial-11c {
	font-family: Arial, Helvetica, sans-serif;
	color:#85A6DE;
	font-size: 11px;
	font-weight: bold;
}
.arial-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.times-24 {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFF99;
	
}
.times-20 {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFF99;
	
}
.arial-15c {
	font-family: Arial, Helvetica, sans-serif;
	color:#85A6DE;
	font-size: 15px;
	font-weight: bold;
}
.arial-15d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.times-16B {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.times-18 {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}




/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/


h1
{
	
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	text-align: center;
}

p
{
	clear: both;
	
	
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}
.hoverbox a .preview2
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 33px;
	left: -30px;
	z-index: 1;
}
.hoverbox a:hover .preview2
{
	display: block;
	position: absolute;
	top: 33px;
	left: -30px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	text-align:center;
	left: 400;
	
}
.hoverbox li2
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	text-align:center;
	left: 400;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}
.hoverbox .preview2
{
	border-color: #000;
	width: 225px;
	height: 300px;
}




