body {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #CCCCCC;
  font-weight: bold;
  color: #555555; 
  font-size:11px;
}

.imgalpha {
   background-color: #FFFFFF; 
   filter:alpha(opacity=40);   /* Internet Explorer       */
   -moz-opacity:0.4;           /* Mozilla 1.6 and below   */
   opacity: 0.4;               /* newer Mozilla and CSS-3 */
}
.imgalpha:hover {
   background-color: #FFFFFF;
   filter:alpha(opacity=99);   /* Internet Explorer       */
   -moz-opacity:0.99;           /* Mozilla 1.6 and below   */
   opacity: 0.99;               /* newer Mozilla and CSS-3 */
}
.imghover {
   background-color: #FFFFFF;
   filter:alpha(opacity=99);   /* Internet Explorer       */
   -moz-opacity:0.99;           /* Mozilla 1.6 and below   */
   opacity: 0.99;               /* newer Mozilla and CSS-3 */
}

/* Definitions for Image Hovering */
.imgteaser {
	overflow: hidden;
	float: left;
	position:absolute;
	background: #DDDDDD;

}
/**/
.imgteaserWhite {
	overflow: hidden;
	float: left;
	clear:right;
	position:absolute;
/*	-moz-position:relative;  */
	background: #FFFFFF;

}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a .more {
	position: absolute;
	width:200px;
	right: 0px;
	bottom: 0px;
	font-size: 10pt;
	color: #fff;
	background: #4270ab;
	padding: 2px;
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFF; 
  color: black;
  font-size:10px; 
  text-align:left;
	
	padding: 0;
	background: #FFFFFF;
	filter:alpha(opacity=100);
	opacity:1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*--IE 8 Transparency--*/
	color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 2px;
	margin: 0;
	width: 110px;
	height: 85px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 0px;
	font-size:8pt;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

/* End of Definitions for Image Hovering */



p{
  color: #000000;
  font-size:11px;
  font-weight: bold;
}
p.normal{
  font-weight: normal;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFF; 
  color: black;
  font-size:11px; 
  font-weight: bold;
}

ul { 
font-size:11px;
font-weight: bold;
}

#red	{ color: #C80404; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#blue	{ color: #073360; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#grey	{ color: #444444; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#black	{ color: #000000; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; }
#redari	{ color: #C80404; font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; }
#white	{ color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#g-		{ color: #CCCCCC; }
#g0		{ color: #999999; }
#g1		{ color: #888888; }
#g2		{ color: #777777; }
#g3		{ color: #666666; }
#g4		{ color: #555555; }
#g5		{ color: #444444; }
#g6		{ color: #333333; }
#g7		{ color: #222222; }
#g8		{ color: #000000; }
.darkbg { background-color: #999999;}
.lightbg { background-color: #EEEEEE;}
.whitebg { background-color: #FFFFFF;}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:14px;

}

a { 
font-size: 10px; 
color: #555555; 
text-decoration: none; 
font-weight: bold;
} 
a:link { color: #555555; } 
a:visited { color: #555555; }
a:hover { color: #C80404; }

a.white2black{ color: #FFFFFF;} 
a.white2black:link { color: #FFFFFF; } 
a.white2black:visited { color: #FFFFFF; }
a.white2black:hover { color: #000000; }

a.white2red { color: #FFFFFF; } 
a.white2red:link { color: #FFFFFF; } 
a.white2red:visited { color: #FFFFFF; }
a.white2red:hover { color: #C80404; }

a.red2white { color: #C80404; } 
a.red2white:link { color: #C80404; } 
a.red2white:visited { color: #C80404; }
a.red2white:hover { color: #FFFFFF; }

a.blue2red { color: #073360; } 
a.blue2red:link { color: #073360; } 
a.blue2red:visited { color: #073360; }
a.blue2red:hover { color: #C80404; }

a.darkgrey2red { color: #444444; } 
a.darkgrey2red:link { color: #444444; } 
a.darkgrey2red:visited { color: #444444; }
a.darkgrey2red:hover { color: #C80404; } 

a.black2red { color: #000000; } 
a.black2red:link { color: #000000; } 
a.black2red:visited { color: #000000; }
a.black2red:hover { color: #C80404; }

a.red2black { color: #C80404; } 
a.red2black:link { color: #C80404; } 
a.red2black:visited { color: #C80404; }
a.red2black:hover { color: #000000; }

a.black2white { color: #000000; } 
a.black2white:link { color: #000000; } 
a.black2white:visited { color: #000000; }
a.black2white:hover { color: #FFFFFF; }

span{ 
 color: #666666; 
 font-size=12; // was 14 used for the skirt in Lightbox!
 font-weight: 600; 
 text-decoration: none; 
 background-color: #FFFFFF; //#35B7E3
} 

.sHasImagebg {
scrollbar-DarkShadow-Color="black";
scrollbar-3dLight--Color="87CEFA";
scrollbar-Arrow-Color="75736A";
scrollbar-Base-Color="75736A";
scrollbar-Face-Color="ADAA9A";
scrollbar-Highlight-Color="2DA8D4";
scrollbar-Shadow-Color="2DA8D4";
scrollbar-Track-Color="31ABD7";
background-image:url("../images/textbg.jpg");
}

.sc {
scrollbar-DarkShadow-Color="black";
scrollbar-3dLight--Color="87CEFA";
scrollbar-Arrow-Color="75736A";
scrollbar-Base-Color="75736A";
scrollbar-Face-Color="ADAA9A";
scrollbar-Highlight-Color="2DA8D4";
scrollbar-Shadow-Color="263478";
scrollbar-Track-Color="263478";
background-color: #8B92BE;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;color: #FFFFFF; 
}

.button-popups {
	BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; BACKGROUND-IMAGE: url("../images/button-popups.gif"); BORDER-LEFT: #333333 1px solid; CURSOR: hand; COLOR: #c0c0c0; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: arial, verdana, helvetica, sans; HEIGHT: 21px; BACKGROUND-COLOR: #333333; TEXT-ALIGN: center
}

.buttonon-popups {
	BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; BACKGROUND-IMAGE: url("../images/buttonon-popups.gif"); BORDER-LEFT: #333333 1px solid; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: arial, verdana, helvetica, sans; HEIGHT: 21px; BACKGROUND-COLOR: #333333; TEXT-ALIGN: center
}

.scroll-track{
height:8px;
width:10px;
background-image: url('VScrollTrackFill.png');
background-repeat: repeat;
}

.scroll-handle{
border: 0px
height:10px;
width:10px;
background-image: url('BlueVFill.png');
background-repeat: repeat;
cursor:pointer;
}
