/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	background-color : #FFFFFF;
	color: #000000;
	font-family: verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
}

table, td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.narrative {
	font-size : 100%;
	padding-left : 0px;
	padding-right : 0px;
	vertical-align: top;
	line-height : 125%;
	font-family: "Courier New", Courier, "Times New Roman";
	font-weight: bold;
}

.quote {
	font-size: 85%;
	font-style: italic;
	line-height: 150%;
	font-family: verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.quotesolo {
	font-size: 150%;
	font-style: italic;
	line-height: 150%;
	color: navy;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.solotext {
	font-size: 120%;
	font-weight: bold;
	line-height: 125%;
	color: navy;
	font-family: "Courier New", Courier, "Times New Roman";
}

a:link, a:visited { 
	color : navy;
	font-weight: bold; 
	text-decoration: none;
	}

a:hover { 
	color : #FF6800;
	font-weight: bold;  
	text-decoration: none;
}

.spaceDiv {
	width: 11px;
}

.imgDiv {text-align: center;}

.imgR {
	text-align: right;
}

/*Turns off Borders around Hyperlinked Images*/
img {
	border : 0px;
    display: inline;
}

.inlinimg { display : inline }

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

.itcenter {
	text-align: center;
}

.overview {
	color: Purple;
	font-size: 85%;
}

.tagline {
	color: Red;
	font-weight: bold;
	font-size: 85%;
	font-style: italic;
}

.titlebar {
	background-color: olive;
	color: navy;
	font-weight: bold;
	padding: 10px;
	width: 750px;
}

