/* This is the CSS Style Sheet for the TREB Media Kit */


a { color: #b53535;
		}
		
a:hover { color: #55493a;
		}
		
		
/* State Title */

h1 {/* main heading */
		font: bold 2.2em/1.0em Arial, sans-serif;
		text-transform: uppercase;
		margin-bottom: -5px;
		letter-spacing: 0.05em;
		padding-left: 5px;
		padding-top: 5px;
		}	
		
		
h2 {/* strap line */
		font: 1.4em/1.1em Arial, serif;
		color: #666666;
		margin-bottom: 1.2em;
		padding-left: 1px;
		}
		
		
h3 {/* cross-head */
		color: #9d0a0e;
		font: bold 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		}
		
p {
		font: 1.2em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-bottom: 1em; padding-left: 5px; color: #55493a;
		}
		
		
hr {
		background-color: #cccccc;
		color: #cccccc;
		height: 1px;
		border: 0;
		margin-bottom: 0.6em;
		}

	
.byLine {
		text-transform: uppercase;
		color: #bbbbbb;
		font-size: 0.8em;
		font-weight: bold;
		}
	
		
		
html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}




