body { margin:0 0 0 0;  background-color:#353535; BACKGROUND-IMAGE:url(images/til_main.gif); text-align:left;}

table.center {margin-left:auto; margin-right:auto;}
td { vertical-align:top;}

.FullDot
{ 
  background-color:#DAE1EB;
  font-family:tahoma; font-size:5px; line-height:5px; word-spacing:1px; letter-spacing:1
}
.EmptyDot
{ 
  background-color:#F3F6FA;
  font-family:tahoma; font-size:5px; line-height:5px; word-spacing:1px; letter-spacing:1
}

img { border:0px; margin:0 0 0 0}

div { padding:0 0 0 0; margin:0 0 0 0}

.list_1 { width:11; height:16}

div td.list_1 { padding-top:5}

.list_2 { width:9; height:18}

div td.list_2 { padding-top:5}

.grey_1 { color:#353535; font-family:tahoma; font-size:10px; line-height:12px; word-spacing:4px}
.grey_2 { color:#5D5D5D; font-family:tahoma; font-size:10px; line-height:12px; word-spacing:4px; letter-spacing:1}
.grey_2L { color:#5D5D5D; border-top: 1px solid gray; font-family:tahoma; font-size:10px; line-height:12px; word-spacing:4px; letter-spacing:1}
.grey_3 { color:#353535; font-family:tahoma; font-size:10px; line-height:7px; word-spacing:4px}

.blue_1 { color:#1C5087; font-family:tahoma; font-size:10px; line-height:12px; word-spacing:4px}

.partialfade {
  filter:alpha(opacity=30);
  -moz-opacity:0.3;
  border: 1px solid #444;
  padding: 1px;
}

.partialfadenob {
  filter:alpha(opacity=30);
  -moz-opacity:0.3;
}

/* CSS Menu items */
#navcontainer
{
   float: right;
}

#navcontainer ul
{
   margin: 0;
   padding: 0;
}

#navcontainer li
{
   list-style-type: none;
   margin: 1px;


   float: left;

   font-family:tahoma; font-size:12px; font-weight:bold;
}

#navcontainer a
{
   color: #FFF;
   text-decoration: none;
   padding-left: 17px;
   padding-top: 10px;
   padding-bottom: 3px;

   background: url("images/UnSelected.gif");

   display: block;
   width: 65px;
}

#navcontainer a:hover { 
   background: url("images/Selected.gif");

}