/* Global */


body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.image{
	border-color: black;
	border-width:1px;
      }

.headhome {
	font-size: 0.7em;
	font-weight: bold;
}
  
p, ul , ol
{
	font-size:0.7em;
	
}

h3, h2
{
	font-size:0.9em;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color:#0086c1;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline; color: red;
}

hr {
  border: 0;
  width: 830;
  color: #8cadbe;
  background-color: #8cadbe;
  height: 2px;

}


td.general
{
	
	font-size:0.7em;
}

tr.general
{
	
	font-size:0.7em;
}
tr.thumbs
{
	
	font-size:0.7em;
	text-align:center;
	width:25%;
	height:100px;
}

table.topbanner
{
border-top: solid #8cadbe;
border-top-width:thin;
border-bottom: solid #8cadbe;
border-bottom-width:thin;
border-left: solid #8cadbe;
border-left-width:thin;
border-right: solid #8cadbe;
border-right-width:thin;

}

.nav td {

	font-size:0.7em;
	text-align:center;
	width:16.67%;
	
}
.nav a:link {
	font-size : 0.7em;
	padding : 2px;
	text-decoration : none;
	color : #000000;
	border : 1px solid #8cadbe;
	display : block;
	text-align : center;
	width:90%;

}
.nav a:visited {
	font-size : 0.7em;
	padding : 2px;
	text-decoration : none;
	color : #000000;
	border : 1px solid #8cadbe;
	display : block;
	text-align : center;
	width:90%;
}
.nav a:hover {
	font-size : 0.7em;
	padding : 2px;
	text-decoration : none;
	color : #FFFFFF;
	border : 1px solid #8cadbe;
	display : block;
	background-color : #8cadbe;
	text-align : center;
	width:90%;

}

a.white:link {color: #FFFFFF; text-decoration: none; }
a.white:visited {color: #FFFFFF; text-decoration: none; }
a.white:hover {color: #FFFFFF; text-decoration: none; }
a.white:active {color: #FFFFFF; text-decoration: none; }