/* for internet explorer */
* html body {
padding: 0 0 20px 0;
}

.mozspace {
line-height: 0.5em;
}

* html .mozspace {
line-height: 0;
}

body,p,h1,h2,h3,h4 {color:#ffffff; }

body {margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;}

body {
font-family: Verdana, Tahoma, Arial,  Helvetica, sans-serif;
color: White;
scrollbar-face-color: Black;
scrollbar-highlight-color: 555555;
scrollbar-3dlight-color: 777777;
scrollbar-darkshadow-color: 666666;
scrollbar-shadow-color: Black;
scrollbar-arrow-color: White;
scrollbar-track-color: Silver;
background: Black;
}

p.click {font-size:12px;color:#ffcc00;text-align:center;margin-top:1px;margin-bottom:8px;}

h1 {
color: Silver;
font-size: 20pt;
font-weight: normal;
margin-top:10px;margin-bottom:5px;
}



h1.hd {
color: #FFFFFF;
font-size: 22px;
font-weight: normal;
text-align: center;
margin-top:10px;margin-bottom:5px;
}

h2  { font-size: 10pt; font-weight: normal; display: inline; }

h3 {
display: inline;
color: White;
font-size: 11pt;
font-weight: normal;
text-align: left;
margin-top:2px;margin-bottom:3px;
}

h4 {
font-size: 18px;
font-weight: normal;
text-align: left;
margin: 0 0 15px 0;
color: White;
}

h5 {
font-size: 12pt;
font-weight: normal;
text-align: left;
margin-top:20px;
margin-bottom:5px;

color: Silver;
}


p, td, li { font-size: 13px; }
li { color: Gold; }

span { color: White; }

strong { font-weight: normal; color: Silver; }

em { font-weight: bold; font-style: normal; }
.gold { color: Gold; }

.alex {
background: #81807C;
width: 100%;
}

.alex td {
text-align: left;
vertical-align: middle;
}

.alex td.alex2 {
text-align: center;
}

.member {
width: 100%;
border-collapse: collapse;
background: black;
}

.member td {
padding: 4px 0 2px 4px;
font-size: 13pt;
font-weight: normal;
}

a { background: none; padding: 2px 2px 2px 2px; font: 12px bold Arial, Tahoma;
}
a:link	{ color: Gold; text-decoration: underline; }
a:visited	{ color: Gold; text-decoration: underline; }
a:hover { color: Gold; text-decoration: none; }
a:active { color: DarkOrange; text-decoration: none; }

.head {font-size:35px; margin-top:4px; margin-bottom:0px; line-height:35px; letter-spacing:2px; color:#bbbbbb;}
.subhead {font-size:18px; margin-top:0px; margin-bottom:10px; line-height:18px; font-weight:normal;color:#bbbbbb;}

.head2 {font-size:24px; margin-top:4px; margin-bottom:0px; letter-spacing:2px; color:#bbbbbb;}
.subhead2 {font-size:17px; margin-top:0px; margin-bottom:10px; font-weight:normal;color:#bbbbbb;}
.bothead {font-size:35px; margin-top:0px; margin-bottom:10px; line-height:33px; font-weight:normal;color:#ffffff;}

@font-face {
  font-family:ITC Avant Garde Gothic Book;
  font-style:  normal;
  font-weight: normal;
  src:url("fonts/avgr45w.ttf");
}

.alba {font-size:18px; margin-top:0px; margin-bottom:2px; font-weight:normal; font-family:ITC Avant Garde Gothic Book,Arial,Heletica; letter-spacing:1px;}
.abn {font-size:11px; margin-top:1px; margin-bottom:10px; line-height:12px; font-weight:normal;font-family:Arial;}

a.m { background: none; padding: 2px 6px 2px 6px; font-size: 12px; font-weight: bold; }
a.m:link	{ color: Gold; text-decoration: none; display:block; }
a.m:visited	{ color: Gold; text-decoration: none; display:block; }
a.m:hover	{ color: #ffffdd; text-decoration: none; display:block; }
a.m:active	{ color: DarkOrange; text-decoration: none; display:block; }

a.ft:link		{ color: #dddddd; text-decoration: none; font-weight:bold}
a.ft:visited	{ color: #dddddd; text-decoration: none;  font-weight:bold}
a.ft:hover		{ color: #ff3333; text-decoration: underline;  font-weight:bold}
a.ft:active		{ color: #ee8800; text-decoration: none;  font-weight:bold}

a.platy:link		{ color: #333333; text-decoration: none; font-weight:normal;font-size: 9px;
a.platy:visited		{ color: #333333; text-decoration: none;  font-weight:normal;font-size: 9px;
a.platy:hover		{ color: #444444; text-decoration: none;  font-weight:normal;font-size: 9px;
a.platy:active		{ color: #555555; text-decoration: none;  font-weight:normal;font-size: 9px;

b {font-weight:bold; color:#FFFFFF;}

p.sm {font-size:9px; color:#bbbbbb; font-style:normal; margin-left:99px; margin-right:99px; margin-top:5px;}

/* Transparent box */
div.background
  {
  width:600px;
  height:600px;
  background-color:#000000;
  border:0px solid black;
  }
div.transbox
  {
  width:600px;
  height:600px;
  margin:30px 30px;
  background-color:#000000;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=10);
  /* CSS3 standard */
  opacity:0.10;
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }