/*
Colours:
main body  - #5D645D
variations - #0D0D0D #1D1F1D #2D312D #3D413D #4D534D
           - #6D766D #7D867D #8D968D #9DA49D #ADB4AD
           - #BDC1BD #CDD1CD #DDDFDD #EDEFED #FDFDFD
yellow     - #FFD700
edges      - #000000
*/

html { height: 100% }

body
{
  background-color : #000;
  background-image: url(/images/bg5c.bmp);
	background-repeat: repeat-y;
	background-position: center;
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

table.t1 { height: 100%; margin: 0 auto }
table.t1 td { width: 640px; padding: 3px 0px; /* border: 1px solid black */ }

a { font-size: 10pt; text-decoration: none; color:#CCC}
a:hover { text-decoration:underline }

a.menu0 { font-size: 8pt; font-weight: normal; text-decoration: none; color:#BBB }
a.menu0:hover { text-decoration:underline }

a.menu1 { font-size: 9pt; font-weight: normal; text-decoration: none; color: gold }
a.menu1:hover { text-decoration:underline }
a.selected { font-size: 9pt; font-weight: normal; text-decoration: underline; color:gold }
span.menu1 { font-size: 10pt; font-weight: normal; text-decoration: none; color:#BBB }

a.menu2 { font-size: 8pt; font-weight: normal; text-decoration: none; color:#BBB }
a.menu2:hover { text-decoration:underline }
span.menu2 { font-size: 8pt; font-weight: normal; text-decoration: none; color:#BBB }

td.copy { color: gold; font-size: 7.5pt; text-align: center; height: 7.5pt }

div.cli
{
  border: 1px solid #8D968D;
  width: 296px;
  min-height: 135px;
  height:auto !important;  /* ie6 hack */
  height:135px;            /* ie6 hack */
  display: inline;
  background-color: #6D766D;
  margin: 5px 0px;
  padding: 8px;
  color: #EDEFED;
}

div.cli p { margin-top: 7px; margin-bottom: 7px; }
div.cli a { color: #BDC1BD }
div.cli b { color: #EDEFED }

div.sm { margin-top: 5px }
