﻿
/*header css */

			a:link {background:lightgrey;color:red; text-decoration:none}
			a:visited {background:lightgrey;color:red; text-decoration:none}
			a:hover {background:red;color:white; font-family:courier;text-decoration:none;}
			a:active {background:lightgrey;color:red; text-decoration:none}
			p.indent {text-indent:5pt}

.banner
{
font-size: 28px; 
font-family: "monotype corsiva"; 
font-style:bold;
color: white; 
}

.banner_small
{
	font-size: large;
	font-family: "monotype corsiva";
	font-style: bold;
	color: white;
}

.sidebaritem
{
    width: auto;
    background-color: "teal";
    color: #000000;
    border: solid 1px green;
    font-size: 5px;
    padding: 1px 1px;
    font-weight: bold;
; font-family: "Arial", "Helvetica", "sans-serif"; margin: 2px

}

.horiz
{
    color: #FFFFFF;
    font-weight: normal;
	width: 90px;
	float:left;
	text-align: center;
; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px;
}

.horiz_tiny
{
    color: #FFFFFF;
    font-weight: normal;
	width: 40px;
	float:left;
	text-align: center;
; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px;
}

.horiz_short
{
    color: #FFFFFF;
    font-weight: normal;
	width: 60px;
	float:left;
	text-align: center;
; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px;
}

.horiz_medium
{
    color: #FFFFFF;
    font-weight: normal;
	width: 120px;
	float:left;
	text-align: center;
; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px;
}

.horiz_long
{
    color: #FFFFFF;
    font-weight: normal;
	width: 180px;
	float:left;
	text-align: center;
; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px;
}

.horiz_extra
{
    color: #FFFFFF;
    font-weight: normal;
	width: 240px;
	float:left;
	text-align: center;
; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 16px;
}

