body {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

  a {
	text-decoration: none;
	color: #CC0000;
	font-family: "Trebuchet MS";
	font-weight: 500;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin dotted #CCCCCC;
	border-left: thin none;
  }
  a:hover {
	cursor: crosshair;
	color: #000000;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin dotted;
	border-left: thin none;
}
  a.menu {
	text-decoration: none;
	color: #FFFF66;
	border-bottom: none;
	font-family: "Trebuchet MS";
	font-weight: 400;
	background-color: #1CE316;
	width: 120px;
	font-size: small;
	padding: 0px 10px 0px 5px;
	
  }
  a.menu:hover {
	text-decoration: none;
	
	color: #FFFFFF;
	border-bottom: none;
	background-color: #006600;
}
a.three:link {
	display:block;
	background-color: #fff; /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	text-decoration: none;
	color: #000;
	font-family: Sylfaen, "Times New Roman", serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	padding: 3px;
	margin: 4px;
	
}
a.three:visited {
	display:block;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	font-family: Sylfaen, "Times New Roman", serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	padding: 3px;
	margin: 4px;
}
a.three:hover {
	display:block;
	filter:alpha(opacity=90);
	opacity:0.9;
	background-color: #000;
	text-decoration: none;
	color: #fff;
	font-family: Sylfaen, "Times New Roman", serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	padding: 3px;
	margin: 4px;

}
a.four:link {
	display:inline;
	background-color: #fff; /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	text-decoration: none;
	color: #000;
	font-family: Sylfaen, "Times New Roman", serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	padding: 3px;
	margin: 4px;
	
}
a.four:visited {
	display:inline;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	font-family: Sylfaen, "Times New Roman", serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	padding: 3px;
	margin: 4px;
}
a.four:hover {
	display:inline;
	filter:alpha(opacity=90);
	opacity:0.9;
	background-color: #000;
	text-decoration: none;
	color: #fff;
	font-family: Sylfaen, "Times New Roman", serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	padding: 3px;
	margin: 4px;

}
.header-red {
	background-color: #fff;
	background-image:  url(images/banner3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	z-index: 4;
}
.header-green {
	background-color: #fff;
	background-image:  url(images/banner3green.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.header-black {
	background-color: #fff;
	background-image:  url(images/banner4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.red {
	background-image:  url(images/10red.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	z-index: 4;
}
p.footer {
	font-family: "Trebuchet MS";
	font-size: 7pt;
	font-weight: 600;
	color: #666666;
	background-color: #ffffff;
	padding: 5px;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

a.footer:hover {
	
	font-weight: 500;
	color: #00ff99;
	border: none;
	}

	
a.footer:visited {
	
	font-weight: 500;
	color: #4B657C;
	border: none;
	}
