BODY {margin-top: 15px;
	margin-left: 10px;
	background: #000000;}

H1 {color: fdfd93;
	font-family: sans-serif;
	font-size: 30pt;
	font-weight: 700;}

H2 {color: fdfd93;
	font-family: sans-serif;
	font-size: 15pt;
	font-weight: 700;}

H3 {color: fdfd93;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: 700;}

H5 {color: 684802;
	font-family: Times New Roman, Times, Serif;
	font-size: large;
	font-weight: 700;}

H4 {color: fdfd93;
	font-family: sans-serif;
	font-size: 19pt;
	font-weight: 700;
	font-style: oblique;
	text-decoration: underline;}

.links {color: fdfd93;
	font-family: sans-serif;
	font-size: large;
	font-weight: 300;
	text-decoration: none;}

.close {color: fdfd93;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: 700;
	text-decoration: none;}

.LINKS3 {color: 990000;
	font-family: sans-serif;
	font-size: x-small;
	font-weight: 600;
	text-decoration: none;}


.SAMEPAGE {color: 861316;
	font-family: sans-serif;
	font-size: small;
	font-weight: 900;
	text-decoration: none;}

.SAMEPAGE2 {color: 861316;
	font-family: sans-serif;
	font-size: x-small;
	font-weight: 600;
	text-decoration: none;}

P	{font-family: serif;
	color: fdfdd9;
	font-size: large;
	line-height: 150%;}

#grid a:link {text-decoration:none}

.small {font-family: serif;
	color: fdfd93;
	font-size: x-small;
	line-height: 150%;}

.bluelink {color: 0000ff;
	font-family: sans-serif;
	font-size: small;
	font-weight: 300;
	text-decoration: underline;}

.underline {color: fdfd93;
	font-family: sans-serif;
	font-size: large;
	font-weight: 300;
	text-decoration: underline;}

.underline3 {color: a6fca8;
	font-family: sans-serif;
	font-size: large;
	font-weight: 300;
	text-decoration: none;
	cursor:default;}

.underline4 {color: fdfd93;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 300;
	text-decoration: none;}

.underline3bold {color: fdfd93;
	font-family: sans-serif;
	font-size: small;
	font-weight: 600;
	text-decoration: underline;}

.darkgreentext {color: 052103;
	font-family: Times New Roman, Times, Serif;
	line-height: 150%;}

.darktext {color: 563b01;
	font-family: Verdana, Sans-serif;
	font-size: 105%;
	line-height: 125%;
	font-weight: 700;}

.darkitalictext {color: 563b01;
	font-family: Verdana, Sans-serif;
	font-size: 105%;
	line-height: 125%;
	font-weight: 700;
	font-style: oblique;}

.LARGEUNDERLINE {color: 684802;
	font-family: serif;
	font-size: large;
	font-weight: 700;
	text-decoration: underline;}

.big {color: 620627;
	font-family: serif;
	font-size: 300%;
	line-height: 125%;
	font-weight: 900;}

.smallbold {color: 684802;
	font-family: sans-serif;
	font-size: x-small;
	font-weight: 600;
	text-decoration: none;}

.para {font-family: Times New Roman, Times, Serif;
	color: 684802;
	line-height: 150%;
      text-decoration: none;}

.easy {color: 684802;
	font-family: Impact, Verdana, sans-serif;
	font-size: small;
	font-weight: 300;
	text-decoration: none;}

.columns {column-count: 6;}

/*preload classes*/
.svw {
  width: 50px;
  height: 20px;
  background: #fff;
}
 
.svw ul {position: relative; left: -999em;}
 
/*core classes*/
.stripViewer {
  position: relative;
  overflow: hidden;
  border: 2px solid #FFD227; /* #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: #FFD227;
  color: #000000;
  text-decoration: none;
  display: block;
}
 
.stripTransmitter a:hover, a.current{
  background: #fff;
  color: #FFD227;
}
 
/*tooltips formatting*/
#tooltip {
  background: #fff;
  color: #000000;
  opacity: 1;
  border: 5px solid #8d8dfd;
}
 
#tooltip h3 {
  font: normal 10px Verdana;
  margin: 3px;
  padding: 6px 2px;
  border: 0;
}

.moon{ background-color:#666666; display:inline-block; padding:10px 20px; color:#FFFFFF; margin:1px; }