@charset "utf-8";
/* FILE: style.css */
/* 2010-06-29 - Rev 1 - lynx - general cleanup */
/* 2010-06-29 - Rev 2 - lynx - made references relative, changed BG image for copyright reasons */
/* 2010-07-24 - Rev 3 - lynx - added styles for the scroller */
/* 2010-08-02 - Rev 4 - lynx - changed scroller outline color */
<!--
/* body styles */

body {
	margin-top: 0px;
	background-image: url(./images/bg2.jpg);
	background-color: #647EAF;
	background-repeat: no-repeat;
	background-position: center top;
}

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link styles */

a:link {	color: #F4B5F7;	}
a:visited {	color: #F4B5F7;	}
a:hover {	color: #F4B5F7;	}
a:active {	color: #F4B5F7;	}

/* general text styles */

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFB648;
}

.style2 {
	font-size: 10px
}

.style3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.style4 {
	color: #FFB648;
	font-weight: bold;
}

/* The following are ID= styles for the ticker scroller */

#ticker-container {
	position: relative;
	overflow: hidden;
	width: 425px;
	height: 150px;
	padding: 2px;
	border: solid thick #e50f05;
}
	
#ticker {
	position:relative;
}
	
#ticker ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#ticker ul li {
	display:list-item;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: white;
	padding-left: 2px;
}
	
#ticker ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#ticker ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F4B5F7;
	text-decoration: none;
}
-->
