﻿<style type="text/css">{  }
  a:link {color: blue;text-decoration: none;}
  a:visited {color: purple}
  a:hover {color:red; text-decoration:underline}     
  .fred {color: red; font-size: 36pt; font-family: "Comic Sans MS"; text-align: center;} 
  .foot {color: blue; font-size:14pt; font: "Comic Sans MS"; text-align: center; text-decoration: none;}
  .black{color:black;font-size:10pt;font-family:"Comic Sans MS"; text-align: center;text-decoration: none;}
  .red{color:red; font-size:10pt ;font-family:"Comic Sans MS"; margin-left:0px;text-decoration: none; }
  .red2{color:red; font-size: 26pt;font-family:"Comic Sans MS"; margin-left:0px;text-decoration: none; text-align: center; font-weight:bold}
  .foot{color:red; font-size: 20pt;font-family:"Comic Sans MS"; margin-left:0px;text-decoration: none; text-align: center; font-weight:bold}
  .black2{color:black; font-size:15pt ;font-family:"Comic Sans MS"; margin-left:0px; text-align: center; text-decoration: none;}
  .blue{color:blue; font-size:16pt; font-family:"Comic Sans MS"; text-align: center;text-decoration: none;}
  .white{color: white; font-size:16pt; font-family:"Comic Sans MS"; text-align: center; background-color: #FF0300;}
  .mid{text-decoration: none; border-width: 0; color: #FF0000; font-size:22pt; font-family: "Comic Sans MS"; text-align: center; font-size: xx-large; margin-left:0px; margin-right: 0px; margin-top:0px}  
  .marquee{color: silver; font-size:45pt; font-family:"Boopee";}
  .bigr{color:red; font-size:xx-large; font-family:"Comic Sans MS"; text-align:center}
  .brian{color:black; font-size: small; font-family:Arial, Helvetica, sans-serif; text-align:center }
  img {text-align: center; vertical-align: center; border-width: 0; margin-left:0px; margin-right: 0px; margin-top:0px}
  iframe { text-align:center; width: 100%; height: 663px; float: middle;}
  .force {margin-left: 0cm}
  .box{ background-color: white; border: 5px  solid blue; width: 905px ;  border-radius: 15px;}
  .Script{ color:black; font-size:medium; font-family: "Segoe Script"; text-align:center}
    
  div.htmltooltip{position: absolute; /*leave this and next 3 values alone*/z-index: 1000;left: -1000px;top: -1000px;background: #272727;border: 10px solid black;color: white;padding: 3px;width: 250px; /*width of tooltip*/}
 
li{list-style-type:none;}
ul,li { margin: 0px; padding: 0px; list-style: none; }




.header .banner { width: 740px; height: 385px; float: left;  }
.header .banner2 { width: 740px; height: auto; }
.banner22 { width: 740px; height: auto; margin:10px auto;   }
.banner22_top{width: 740px; height: auto;  float: left;}
.banner22_img{ width:auto; height:70px; float: left;}
.banner22_font{ width:auto; height:40px; padding: 25px 15px 0 0; float: left;}
.banner22_font a{color:#000; }
.banner22_font a:hover {color:#008bd6;}

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 5px solid #ff0000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #ff0000;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #ff0000;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}






/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}




















