/* CSS Document */
/* body */
body {
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	color: #666666;
	scrollbar-arrow-color: #ADD6FF;
  	scrollbar-track-color: #eeeeee;
  	scrollbar-shadow-color: #cccccc;
  	scrollbar-face-color: #ffffff;
  	scrollbar-highlight-color: #cccccc;
  	scrollbar-darkshadow-color: #cccccc;
  	scrollbar-3dlight-color: #cccccc;
}

/* index div */
div.picture1 {
	display: none;
}

div.picture2 {
	display: none;
}

div.picture3 {
	display: none;
}

div.picture4 {
	display: none;
}

div.picture5 {
	display: none;
}

div.picture6 {
	display: none;
}

/* main table */
td.absolutetop {
	display: none;
}

td.headerleft {
	display: none;
}
td.header {
	display: none;
}

td.locationbarleft {
	display: none;
}

td.locationbarleftmiddle {
	display: none;
}

td.locationbarrightmiddle {
	display: none;
}

td.locationbarright {
	display: none;
}

td.mainleft {
	display: none;
}

td.mainleftmiddle {
	display: none;
}

td.mainrightmiddle {
	width: auto;
	height: auto;
	vertical-align: top;
}

td.mainright {
	display: none;
}

td.bottomleft {
	display: none;
}

td.bottomleftmiddle {
	display: none;
}

td.bottomrightmiddle {
	display: none;
}

td.bottomright {
	display: none;
}

td.absolutebottom {
	display: none;
}

/* main divs & p */
img {
	display: none;
	}
	
div.blurb {
	height: auto;
	width: auto;
	vertical-align: top;
	margin: 8px;
}

p.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 8px;
}

p.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 13px;
	margin-right: 8px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
}

span.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
}

/* a references */
a {
	color: #333333;
}
