@CHARSET "ISO-8859-1";

        body,td          { font-family: arial, helvetica; font-size: 14px; color: #000000; }

        .small           { font-size: 10px; text-decoration: none; }
        .normal          { font-size: 12px; text-decoration: none; }
        .big             { font-size: 14px; }
        .extralarge      { font-size: 16px; font-weight: bold; }
        .smallh          { font-size: 10px; font-weight: bold; }
        .normalh         { font-size: 12px; font-weight: bold; }
        .bigh            { font-size: 16px; font-weight: bold; }
        .SearchBar		 { font-size: 18px; font-weight: bold; color: #931638; }
   		.CitySearch 	 { font-size: 14px; font-weight: bold; color: #F0213A; }

        .emph            { color: #931638; font-weight: bold; text-decoration: none;}
        img.item         { border: solid 1px; border-color: #d6d6d6; }
        td.item          { line-height: 17px; }

        a                { color: #F0213A; text-decoration: none;}
        a.TopLink        { text-decoration: none; color: #ffffff; font-weight: bold; }

        a:link           { text-decoration: none; }
        a:vlink          { text-decoration: none; }
        a:hover          { text-decoration: underline; }

        input.text       { background: #FFFFFF; border: solid 1px; border-color: #a5a5a5; }
        
        #tablist{
            padding: 3px 0;
            margin-left: 0;
            margin-bottom: 0;
            margin-top: 0.1em;
            font: bold 12px Verdana;
        }
            
        #tablist li{
            list-style: none;
            display: inline;
            margin: 0;
        }
        
        #tablist li a{
            padding: 3px 0.5em;
            margin-left: 3px;
            border: 1px solid #778;
            border-bottom: none;
            background: white;
        }
        
        
        #tablist li a:link, #tablist li a:visited{
            color: navy;
        }
        
        
        #tablist li a.current{
            background: lightyellow;
        }
        
        #tabcontentcontainer{
            width: 550px;
            height: 450px;
            padding: 5px;
            border: 1px solid black;
        }
            
        .tabcontent{
            display:none;
            height: 450px;
            width: 550px;
                        
        }
        .tabcontentfirst{
            display:block;
            height: 450px;
            width: 550px;
        }
        
        span {cursor:hand; text-decoration:underline}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
a {
	font-size: small;
	color: #931638;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #931638;
}
a:hover {
	text-decoration: none;
	color: #931638;
}
a:active {
	text-decoration: underline;
	color: #931638;
}
.style4 {color: #93012E; font-style: italic; font-weight: bold; font-size: small; }
.style5 {font-size: x-small}