/* Copyright 2004 Eveneye, LLC - 716-282-1566 - Xina + JMA 4ever */

body						{ font-family:Verdana,Helvetica,sans-serif; font-size:11px; background-color:#0D4360; margin:0px; color:#ffffff;}			   
td							{ font-family:Verdana,Helvetica,sans-serif; font-size:11px; color:#ffffff; }

A							{ text-decoration:underline; font-size:11px; font-weight:bold; text-decoration:none; }
A:link						{ color:#4EAAD9; }
A:visited					{ color:#4EAAD9; }
A:active					{ color:#4EAAD9; }
A:hover						{ color:#ffffff; text-decoration:none; }

.eveneye					{ font-family:Arial,Helvetica,sans-serif; font-size:10px; color:#ffffff; text-decoration:none; }			
.eveneye A					{ font-family:Arial,Helvetica,sans-serif; font-size:10px; text-decoration:none; color:#ffffff; }
.eveneye A:visited			{ color:#ffffff; }
.eveneye A:active			{ color:#ffffff; }
.eveneye A:hover			{ color:#4BABDE; text-decoration:underline; }

.scroll						{ font-family:Verdana,Helvetica,sans-serif; font-size:11px; color:#ffffff; text-decoration:none; }			
.scroll A					{ font-family:Verdana,Helvetica,sans-serif; font-size:11px; text-decoration:none; color:#ffffff; }
.scroll A:visited			{ color:#ffffff; }
.scroll A:active			{ color:#ffffff; }
.scroll A:hover				{ color:#4BABDE; text-decoration:none; }

.time						{ font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:11px; color:#ffffff;}
.title						{ font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:14px; color:#ffffff; }
.table_title				{ font-family:Verdana,Helvetica,sans-serif; font-size:11px; font-weight:bold; color:#0D4360; background-color:#ffffff; }
.table_1					{ font-family:Verdana,Helvetica,sans-serif; font-size:11px; color:#0D4360; background-color:#ffffff; }

.table_1					{ font-family:Verdana,Helvetica,sans-serif; font-weight:normal; font-size:11px; color:#0D4360; text-decoration:none; }			
.table_1 A					{ font-family:Verdana,Helvetica,sans-serif; font-weight:normal; font-size:11px; text-decoration:underline; color:#0D4360; }
.table_1 A:visited			{ color:#0D4360; }
.table_1 A:active			{ color:#0D4360; }
.table_1 A:hover			{ color:#4BABDE; font-weight:normal; text-decoration:underline; }

.input						{ font-family:Verdana,Helvetica,sans-serif; font-size:12px; color:#0D4360; background-color:#ffffff; }

img.content					{ float: right; border-color:#4BABDE; border-width:1px; margin: 5px; }
img.frame					{ border-color:#4BABDE ; border-width:1px; }

.header {
	background-image:url(../images/header.jpg)no-repeat;
}

.time_marquee{
	padding:3px 3px 0px 2px;
}



/*Image Slideshow S3 */
#slider {
    width: 240px; /* important to be same as image width */
    height: 180px; /* important to be same as image height */
   position: relative; important; 
	overflow: hidden; /* important */
}
#sliderContent {
    width: 240px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
 float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px Arial, Helvetica, sans-serif;
    padding: 5px 10px 25px 5px;
    width: 300px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 10px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}