/*Template Style */

body
{
  background-color: #EEEEEE;
  color: #555555;
}

a
{
  font-size: 9pt;
  color: #336699;
}

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:active
{
  text-decoration: overline;
}


form
{
  margin: 0;
}

/*Top*/
#top
{
  background-color: #777777;
  color: #CCCCCC;
}

#top_a_title
{
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18pt;
  letter-spacing:-2px;
  color: #FF6633;
}

#top_a_menu
{
  color: #EEEEEE;
  font-size: 10pt;
  font-weight: bold;
}


/*Middle*/
#mid
{
  background-color: #FFFFFF;
  color: #444444;
  font-weight: bold;
}

#mid_label
{
  font-size: 9pt;
  color: #999999;
  font-weight: bold;
}

#mid_a_title
{
  color: #336699;
  font-size: 11pt;
  font-weight: bold;
}

#mid_a_menu
{
  background-color: #4477AA;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
}


/*Bottom*/
#bottom
{
  background-color: #222222;
  color: #AAAAAA;
}

#bottom_a_title
{
  color: #AAAAAA;
  font-size: 14pt;
  font-weight: bold;
}

#bottom_a_menu
{
  color: #AAAAAA;
  font-size: 10pt;
  font-weight: bold;
}


/*List*/
#list_row_0
{
  background-color: #FFFFFF;
}

#list_row_1
{
  background-color: #EEEEEE;
}

