.style1 {color: #000000}
.style3 {font-size: small}
.stars {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.menu {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu A:link {text-decoration: none}
.menu A:visited {text-decoration: none; color: white}
.menu A:active {text-decoration: none; background-color: #265AA0}
.menu A:hover {text-decoration: underline; color: black;}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
a {
	font-size: small;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.style17 {
	color: #FFFFFF;
	font-weight: normal;
}
.style20 {font-size: larger}
.flash {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: blink;
}
.photoborder {
	color: #265AA0;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}

.popup{
position: relative;
z-index: 0;
text-decoration: none;
}

.popup:hover{
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}

.popup span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #477ec1;
	padding: 5px;
	left: -1000px;
	border: 2px solid #333333;
	visibility: hidden;
	width: 250px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.popup span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	text-decoration: none;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 30px; /*position where enlarged image should offset horizontally */
text-decoration: none;
}


.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.popup2{
position: relative;
z-index: 0;
text-decoration: none;
}

.popup2:hover{
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}

.popup2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #265AA0;
	padding: 5px;
	left: -1000px;
	border: 2px solid #333333;
	visibility: hidden;
	width: 370px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

.popup2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	text-decoration: none;
}

.popup2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 30px; /*position where enlarged image should offset horizontally */
text-decoration: none;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.center {
	text-align: center;
}
.right {
	float: right;
	padding-right: 100px;
}