p					{ font-family: Verdana, Arial, Charcol, Geneva, Helvetica, sans-serif; font-size: 9pt; color: #333333; }
th 		{
	font-family: Verdana, Arial, Charcol, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
}
td                 {
	font-family: Verdana, Arial, Charcol, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
}
ul, ol, li, dl     {
	font-family: Verdana, Arial, Charcol, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: bold;
}
/*h1,h2,h3,h4,h5,h6        { font-family: Verdana, Arial, Charcol, Geneva, Helvetica, sans-serif; font-size: 9pt; color: #333333; font weight: bold;}*/
blockquote         { font-family: Verdana, Arial, Charcol, Geneva, Helvetica, sans-serif; font-size: 9pt; color: #333333; }

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000032;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
        
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9999CB;
}

.homepagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9999CB;
}

.fadeIn {
      
        opacity:0;
        -webkit-animation:fadeIn ease-in 1;
        -moz-animation:fadeIn ease-in 1;
        -o-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-3s {
        -webkit-animation-duration:.2s;
        -moz-animation-duration:.2s;
        -o-animation-duration:.2s;
        animation-duration:.2s;
}
.fadeIn-5s {
        -webkit-animation-duration:.5s;
        -moz-animation-duration:.5s;
        -o-animation-duration:.5s;
        animation-duration:.5s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-3s {
        -webkit-animation-delay:1s;
        -moz-animation-delay:1s;
        -o-animation-delay:1s;
        animation-delay:1s;
}
.fadeIn-Delay-5s {
        -webkit-animation-delay:.5s;
        -moz-animation-delay:.5s;
        -o-animation-delay:.5s;
        animation-delay:.5s;
}
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


