@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #CCCCCC;
}

p {
	font-size: 0.95em;
	line-height: 1.6em;
	margin-left: 6px;
	margin-bottom: 1.0em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #660000;
	margin-left: 6px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000;
	margin-left: 6px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #000;
	margin-left: 6px;
}


#fbdiv {
	position: absolute;
	left: 600px;
	top: 25px;
}

/* Used on a single cell table for images with captions */
.rightimage {
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #B2C4DE;
	float: right;
}

.rightimage caption {
	font-size: 0.80em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.1em 0 0.9em 0;
	color: #333;
	text-align: left;
	line-height: 1.2em;
}

.leftimage {
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #B2C4DE;
	float: left;
}


/* Used for side-by-side image caption text */
.captiontext {
	font-size: 0.80em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	padding: 0.1em 0 0.9em 0;
	color: #333;
	text-align: left;
	line-height: 1.4em;
}


.red {
	color: #F00;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.image {
	margin-right: 10px;
}

.smaller {
	font-size: 10px;
}
