/*
This CSS document is protected by copyright law
under the ownership of the City of Brownfield
Copyright © 2005, created by JAWS Media http://www.jawsmedia.com
*/

/* BEGIN STANDARD CLASSES */
body
 {
 font-family:tahoma,verdana,arial;
 font-size:10pt;
 color:#000000;
 background-image: url(images/brownfield_r1_c1.jpg);
 background-position:top left;
 background-repeat:no-repeat;
 background-color:#ffffff;
 margin:0px;
 }
td
 {
 font-family:tahoma,verdana,arial;
 font-size:10pt;
 color:#000000;
 }
a
 {
 color:#CC0000;
 text-decoration:underline;
 }
a:hover
 {
 color:#993300;
 text-decoration:none;
 background-color:#DDDDDD;
 }
ul
 {
 list-style:square inside;
 }
ol
 {
 list-style:decimal inside;
 }
caption
 {
 font-size:20px;
 font-weight:bold;
 font-family:arial,verdana;
 font-style:italic;
 }


/* BEGIN CUSTOM CLASSES */
td.content
 {
 padding-top:0px;
 padding-right:15px;
 padding-bottom:10px;
 padding-left:20px;
 border-right-style:solid;
 border-right-width:1px;
 border-right-color:#CCCCCC;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#CCCCCC;
 border-left-style:solid;
 border-left-width:1px;
 border-left-color:#CCCCCC;
 }
td.tableHeader
 {
 padding-top:2px;
 padding-right:2px;
 padding-bottom:2px;
 padding-left:5px;
 background-image:url(images/tableHeader001.jpg);
 font-weight:bold;
 color:white;
 }
td.leftPadding
 {
 padding-left:10px;
 }
.h1
 {
 font-size:36px;
 font-family:verdana,arial;
 font-weight:bold;
 font-style:italic;
 color:#CC0000;
 text-align:left;
 }
.h2
 {
 font-size:32px;
 font-family:verdana,arial;
 font-weight:bold;
 font-style:italic;
 color:#CC0000;
 text-align:left;
 }
.h3
 {
 font-size:28px;
 font-family:verdana,arial;
 font-weight:bold;
 font-style:italic;
 color:#CC0000;
 text-align:left;
 }
.h4
 {
 font-size:22px;
 font-family:verdana,arial;
 font-weight:bold;
 font-style:italic;
 color:#CC0000;
 text-align:left;
 }
.h5
 {
 font-size:18px;
 font-family:verdana,arial;
 font-weight:bold;
 font-style:italic;
 color:#CC0000;
 text-align:left;
 }
.h6
 {
 font-size:14px;
 font-family:verdana,arial;
 font-weight:bold;
 font-style:italic;
 color:#CC0000;
 text-align:left;
 }
td.copyright
 {
 color:#666666;
 font-size:8pt;
 }
