#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

body,td {font-family: Helvetica, Arial;  font-size: 10pt; color:#FFFFFF;}

input, text, submit { font-size: 10pt;  background-color: #333333; color:#CCCCCC; }

textarea { font-size: 12px; }

A { text-decoration: none; color:#ffffff; border-color: black; }

A:hover{ color:CC9000; text-decoration: underline; border-color: black; }

.copyright  { font-size: 8pt; color:#666666;}

.bigheader { font-family: Helvetica, Arial; font-weight: heavy; font-size: 34pt; color:#FFFFFF;}

.jtp_is { font-style: italic; font-size: 10pt; color:#999999;}

h1{
font-size:16px;
font-weight:bold;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color:#fff;
padding:5px;
margin:0px;
text-decoration:none;
}


#contact_tbl h2{
	display:inline;
	clear:both;
}


h2{
font-size:16px;
font-weight:bold;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color: #99CC00;
padding:3px;
margin:0px;
text-decoration:none;
}

img.gang{
float:right;
width:250px;
padding:8px 8px 8px 8px;
}

/*	FOR WORD PRESS... Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
