/*  Class for ALL Hyperlinks */

a:link {
   font-size:12px;
   color : #8C0000;
   text-decoration : none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold;
   background-color : transparent
}

a:visited {
	font-size:12px;
	color : #993300;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : transparent
}


a:hover {
	font-size:12px;
	text-decoration : underline;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #339966;
	background-color : transparent
}

a:active {
	color : #8C0000;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-color : transparent;
	font-size:12px
}



.style1 {
	text-indent: 40px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:79px;
	z-index:1;
	left: 359px;
	top: 530px;
}
.style7 {
	font-family: Monotype Corsiva, Script MT Bold, Estrangelo Edessa;
	font-size: 44px;
	color: #30F;
}
.style8 {
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}
.picborder {
	border: medium ridge #009;
}

