/* style sheet used for 2006 series */
body {
	font-family: Verdana, Geneva, sans-serif;

	
}
.main {
/*	border: thin solid #000066;*/
	background-color: #FFFFFF;

}
a:link {
text-decoration: underline;
	color: #000066;
}

a:visited {
text-decoration: underline;
	color: #000000;
}

a:active, a:hover {
text-decoration: underline;
	color: #CC0033;

}

li {
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
p {
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
}
tr {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: bold;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 0.95em;
}
h2 {
	font-size: 0.85em;
}
h3 {
	font-size: 0.75em;
	margin-top: 2em;
}
h4 {
	font-size: 0.75em;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 0.65em;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 0.65em;
	font-style: italic;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

.nav {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background-color: #cccccc;
	line-height: 1em;
		text-decoration: none;
}

.nav a:hover{
	text-decoration: none;
	color: #CC0033;
	background-color: #FFFFFF;

}
.nav a:active{
	text-decoration: none;
	color: #CC0033;
		background-color: #FFFFFF;


}
.nav a:link {
	text-decoration: none;
	color: #000066;

}
.nav a:visited {
	text-decoration: none;
	color: #000066;

}
.homePage {
		padding: .5em;
}


.highlight {
	font-weight: bold;
	color: #CC0033;
}
.leftCol{
/*	background-image: url(../images/subway_backgif.gif);
	background-repeat: repeat;
	background-position: center center;
	*/
}
.quote
{
	font-style: italic;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0.5em;
	border: 1px solid #000066;

}
.block {
	display: block;
}
