.fade-in-image{
	animation:fadeIn 5s;
	-webkit-animation:fadeIn 5s;
	-moz-animation:fadeIn 5s;
	-o-animation:fadeIn 5s;
	-ms-animation:fadeIn 5s;
}

.fade-in-text{
	animation:fadeIn 10s;
	-webkit-animation:fadeIn 10s;
	-moz-animation:fadeIn 10s;
	-o-animation:fadeIn 10s;
	-ms-animation:fadeIn 10s;
}

@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity:1;}
	}

@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity:1;}
	}

@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity:1;}
	}

@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity:1;}
	}


enter {
	font-family: Century Gothic;
	font-size: 16px;
	color: #6F9780;
	
}

body {
	font-family: Century Gothic;
	font-size: 16px;
	;color: #6F9780;
	color: #000000
}

a {
	position:relative;
	}
	a:active {
	top: 1px;
	}

html {

	overflow-y: scroll;
	}

p {
	font-family: Century Gothic;
	font-size: 16px;
	;color: #6F9780;
	color: #000000
}

td {
	font-family: Century Gothic;
	font-size: 16px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	;color: #0F14E6;
	color:#2e3192;
	font-weight: normal;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	;;color: #6F9780;
	;color: #0F14E6;
	color:#000000;
}


.big {
	font-family: Century Gothic;
	font-size: 20px;
	;;color: #6F9780;
	;color: #0F14E6;
	color:#000000;
}

.italic {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	;;color: #6F9780;
	;color: #0F14E6;
	color:#2e3192;
	font-style: italic;
	font-weight: normal;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.bigwhite {
	font-family: Century Gothic;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;

}
a:link {
	font-family: Century Gothic;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;

}
a:hover{
font-family: Century Gothic;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;

}
a:visited {
	font-family: Century Gothic;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;

}
<style media="print">
<--

BODY {
display:none;
}

table, th, td{
border: 1px solid black;
}
table.center{
	margin-left: auto;
	margin-right: auto;
}

-->
</style>

img[usemap] { outline:none;}

area:focus{
	border:none;
		outline-style::none;
		-moz-outline-style:none;
}

input{
	outline:0;
}

a img{border:none;}

map area{
outline:none;
}
