body
{
background:#DDDDDD;
font-size: 12pt;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
color:#666;
padding:0px;
margin:0px;
}
div.top
{
  background:#3A3A3A;
  padding:0px 0px 0px 20px;
}
div.submenu
{
  background:#1E1E1E;
}
table.layout
{
  border-collapse: collapse;
  border:0px;
  width:100%;
}
td.content
{
  background: #EEEEEE;
  padding:20px;
  width:70%;
  border:0px;
  font-size:0.9em;
}
td.side
{
  background:#DDDDDD;
  padding:20px;
  border:0px;
  font-size:0.9em;
}
td.side h1
{
font-size:1.2em;
border-bottom:1px dotted #666;
}
div.clear
{
  clear:both;
}
h2.paragraphTitle
{
font-size:1.2em;
border-bottom:1px dotted #666;
}
div.footer
{
background:#EEEEEE;
border-top:5px solid #333333;
padding:20px;
font-size:0.9em;
}

/*
LINKS
*/
a {
font-size:0.8em;
font-weight:bold;
text-decoration:none;
color:#666;
border-bottom: 1px dotted #666;
padding:0px;
}
a:hover {
text-decoration:none;
color:#333;
border-bottom: 1px dotted #333;
padding:0px;
}

/*
MENU
*/
div.menu
{
}
div.menu .start
{
  float:left;
  width:35px;
  height:30px;
  background: url("img/tab_left.png") repeat-x;
}
div.menu .stop
{
  float:left;
  width:35px;
  height:30px;
  background: url("img/tab_right.png") repeat-x;
}

div.menu .unstart
{
  float:left;
  width:35px;
  height:30px;
  background: url("img/tab_mid.png") repeat-x;
}
div.menu .unstop
{
  float:left;
  width:35px;
  height:30px;
  background: url("img/tab_mid.png") repeat-x;
}

div.menu .selstart
{
  float:left;
  width:35px;
  height:30px;
  background: url("img/tab_left_dark.png") repeat-x;
}
div.menu .selstop
{
  float:left;
  width:35px;
  height:30px;
  background: url("img/tab_right_dark.png") repeat-x;
}


div.menu .sellink
{
  color:#CACACA;
  display:block;
  float:left;
  height:30px;
  border:0px;
  line-height:30px;
  background: url("img/tab_mid_dark.png") repeat-x;
}

div.menu a
{
  color:#CACACA;
  display:block;
  float:left;
  height:30px;
  border:0px;
  line-height:30px;
  background: url("img/tab_mid.png") repeat-x;
}
div.menu a:hover
{
  color:#EEEEEE;
  text-decoration:none;
  border:0px;
}
div.menu a:visited {
  text-decoration:none;
  border:0px;
}

div.submenu a
{  
  color:#CACACA;
  display:block;
  float:left;
  height:30px;
  border:0px;
  line-height:30px;
  padding-left:20px;
}
div.submenu a:hover
{
  color:#EEEEEE;
  text-decoration:none;
  border:0px;
}
div.submenu a:visited {
  text-decoration:none;
  border:0px;
}