
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: gray;
	
}

p.small {
	font-size: 10px;
   	line-height: 12px;
	color: white;
}

.footer
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: white;
}

a.footerlink:link {
	text-decoration:
	color: white;
}

a.footerlink:active {
	text-decoration:
	color: white;
}

a.footerlink:visited {
	text-decoration:
	color: white;
}

a.footerlink:hover {
	text-decoration:
	color: gray;	
}

a.blue:link {
	text-decoration: underline;
	color: #2e6180;
}

a.blue:active {
	
	text-decoration: underline;
	color: #2e6180;
}

a.blue:visited {
	
	text-decoration: underline;
	color: #2e6180;
}

a.blue:hover {
	text-decoration: underline;
	color: #3e799b;	
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

p.small {
	font-size: 10px;
   	line-height: 12px;
}

p.indented {

	text-indent: 4em;

}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/vert_lines_fade.jpg);
	background-repeat: repeat-x;
	background-color: #2e6180;
}
td { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 20px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

h2	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

#bgimage {
	background-image: url('../images/inside_bckgrd.jpg');
	background-repeat:repeat-x;
    padding-top: 10px;
    vertical-align: top;
}
.newsdate { 
    color: #2e6180;
}
.floatingimage { 
    padding: 10px;
}
ul.newshead li { margin-bottom: 10px; }
h1.sponsorhead { 
    display: block;
    border-bottom: 1px solid black;
}