@charset "utf-8";
/* CSS Document */
img {
	border: none;
}
/* define global typeface */
body, p, td, tr, input, textarea, select {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 8pt;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	margin-top: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
	line-height: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 0.3em;
	line-height: normal;
}
h3 {
	font-size: 1.4em;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 0.3em;
}
h4 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}
a {
	color: #666666;
	text-decoration: none;
}
.specialWriteup {
	margin-bottom: 15px;
	font-size: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
.warning {
	color: #FF0000;
}
.alignLeft {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.alignRight {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
/*.photoFrame {
	border: 4px solid #999999;
}*/
#leftBody {
	background-position: -1000px !important;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 7pt;
	line-height: normal;
}




/*hide non-printing area*/
#tabs, #rightBody, #footer div {
	visibility: hidden;
	height: 0px;
	width: 0px;
	max-height: 0px;
	max-width: 0px;
	overflow: hidden;
}

#bar img {
	width: 100%;
}
.clearFix {
	clear: both;
}
.spacer10px {
	height: 10px;
}
.spacer20px {
	height: 20px;
}
.spacer30px {
	height: 30px;
}




/*region checking
#container {
	border: thick solid #FF0000;
}
#header  {
	border: thick solid #00FF00;
}
#bar {
	border: thick solid #0000FF;
}
#body {
	border: thick solid #FFFF00;
}
#leftBody {
	border: thick solid #00FFFF;
}
#rightBody {
	border: thick solid #FF00FF;
}
*/