body {
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Verdana, sans-serif, Arial;
  padding: 0 0 0 0;
  margin-top: 0;
  color: #2A2A2A;
}

table {
  font-family: Verdana;
  color: #2A2A2A;
  font-size: 9pt;
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.4;
}
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

div.sc_menu_wrapper {
	position: relative; 	
	height: 500px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 100px;
	
	margin-top: 30px;
	overflow: auto;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 75px;
	
	border: 2px rgb(70, 70, 70) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: rgb(70, 70, 70);	
}
.sc_menu a:hover {
	border-color: rgb(75, 75, 75);
	border-style: dotted;
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(70, 70, 70);
	background: #1F1D1D;
}

p {
  font-family: Verdana;
  color: #2A2A2A;
  font-size: 10pt;
  padding: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 6px;
}

h1 {
  font-size: 16pt;
  color: #2A2A2A;
  font-family: "Arial Black", Arial, Verdana;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

h2 {
  font-size: 14pt;
  color: #2A2A2A;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

h3 {
  font-size: 12pt;
  color: #2A2A2A;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

h4 {
  font-size: 11pt;
  font-weight: bold;
  color: #2A2A2A;
  font-family: Georgia;
  font-style: italic;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

h5 {
  font-size: 10pt;
  font-weight: bold;
  color: #2A2A2A;
  font-family: Verdana;
  font-style: italic;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

h6 {
  font-size: 10pt;
  font-weight: normal;
  color: #2A2A2A;
  font-family: georgia;
  font-style: italic;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

a {
  font-family: Verdana;
  color: #2a2a2a;
  font-size: 10pt;
  font-style: italic;
}

a:link {
  color: #2a2a2a;
  text-decoration: none;
}

a:active {
  color: #2a2a2a;
  text-decoration: none;
}

a:visited {
  color: #2a2a2a;
  text-decoration: none;
}

a:hover {
  color: #2a2a2a;
  text-decoration: underline;
}

.info {
  font-style: italic;
  font-size: 0.9em;
  color: #666666;
}

.myBox {
  margin: 0 auto;
  width: 100%;
  padding: 5px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #CFCFB1;
  font-family: Verdana, georgia, sans-serif, Arial;
  color: #2A2A2A;
}

body.myBox {
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Verdana, sans-serif, Arial;
  color: #2A2A2A;
  border: none
}

/* to change the colors, go to http://www.spiffycorners.com/index.php?sc=spiffy&bg=ffffff&fg=dedede&sz=5px */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#dedede}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0;
  background:#e6e6e6}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb;
  background:#e4e4e4}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e4e4e4;
  border-right:1px solid #e4e4e4;}
.spiffy4{
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0}
.spiffy5{
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6}
.spiffyfg{
  background:#dedede}
