/* normalize tags */
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, td {margin:0px; padding:0px; font-family: verdana, arial, sans-serif; font-size:small; color: #000;}

/* Basics */
html,body {height:100%;}
body {
	margin: 40px;
	padding: 0;
	background: #fff;
	}
img {
	display: block;
	border: 0;
	}
/* Content */
h1 {
	font-size:175%;
	font-weight:normal;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
h2 {
	font-size:150%;
	font-weight:normal;
	margin-top: 1em;
}
h3 {font-size:125%; font-weight:normal;}
a  {color: #006699; text-decoration:underline;}
ul {
	list-style: square, outside;
	line-height:1.2;
	margin: 0 0 0 60px;
}
p {
	margin-bottom: 1em;
	margin-top: auto;
}

/* Classes */
.outline {border: 1px solid #666666;}
.smalltype {font-size: 69%;}
.hide {
	display: none;
	}
.invisible {
	visibility: hidden;
}
.inlineimage {display:inline;}
.filltable {
	width: 100%;
	height: 100%;
	}
.soldtext {
	color: #999999;
	text-decoration: line-through;
}
.outlinelight {
	border: 1px solid #CCCCCC;
}
.blkheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.bgryheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #999999;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #000000;
}
.resumebody {
	font-size: 8pt;
}
.highlight {
	background-color: #FFFF99;
}
.subheadgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CCCCCC;
}
.wideleading {
	line-height: 150%;
}
.alert {color: #CC3300}
.serif-passage {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
	margin-left: 20px;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin-bottom: 40px;
	padding: 0px;
}
