@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	color:#000000;
	margin: 0;
	padding: 0.25in;
	font: normal 12pt/150% Verdana, Arial, Helvetica, sans-serif;
	}

/* Hide the following items */
 
#navigation  {
	display: none;
}

h1,h2,h3,h4,h5 {
	font-size: 14pt;
	font-weight: bold;
}

Table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #666666;
}

td, th {
	text-align: left;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
th {
	color: #990000;
	background-color: #EEEEEE;
}
.td_center {
	text-align: center;
}

.td_right {
	text-align: right;
}

.width600 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.photoBoxRight350 {
	padding: 5px;
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	border: 1px solid #000066;
	width: 350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.photoBoxRight300 {
	padding: 5px;
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	border: 1px solid #000066;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.photoBoxRight250 {
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 250px;
	border: 1px solid #000066;
	margin: 0px;
}
.photoBoxRight200 {
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 205px;
	padding: 5px;
	border: 1px solid #000066;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.photoBoxRight175 {
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 175px;
	padding: 5px;
	border: 1px solid #000066;
}

.photoBoxRight150 {
	float: right;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 150px;
	padding: 5px;
	border: 1px solid #000066;
}

.photoBoxLeft300 {
	float: left;
	height: 300px;
	border: 1px solid #000066;
	font-style: italic;
	color: #990000;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.photoBoxLeft250 {
	padding: 5px;
	float: left;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 250px;
	border: 1px solid #000066;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.photoBoxLeft200 {
	float: left;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 200px;
	border: 1px solid #000066;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.photoBoxLeft175 {
	float: left;
	text-align: center;
	font-style: italic;
	color: #990000;
	width: 175px;
	border: 1px solid #000066;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}


.noTopMargin {
	margin-top: 0px;
	padding-top: 0px;
}

.noBottomMargin {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer {
	background:#F2F2F2;
	border-top-width: 5pt;
	border-top-style: solid;
	border-top-color: #000066;
	font-size: 8pt;
	text-align: center;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}
<!--
.p7TPpanel div {
height: 100% !important;
overflow: visible !important;
filter: null !important;
display: block !important;
}
.p7TP_tabs div {
display: none !important;
}
-->

