/*
  stylesheet.css

  Style sheet for www.grandpatellme.com
  
  Produced by Mountain Home Software( http://www.mhsw.com )

  Copyright (c) 2003 Mountain Home Software, all rights reserved
*/

BODY {
    background: #ffffff;
    color: #000000;
    margin: 0px;
    text-align: left;
}

/*
** Normal Paragraph style.
*/
P {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  color: #000000;
}

/*
** Main Menu paragraph style.
*/
P.main_menu {
  font-family: Arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  color: #FFFFCC;
}

/*
** User Menu paragraph style.
*/
P.user_menu {
  font-family: Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #000000;
}

/*
** Standard table with a color border.
*/
TABLE.color_border {
  border: solid thin #003300;
}

/*
** Banner Row style
** The banner row is the row that is included on every page that includes
** global links and logo information.
*/
TD.banner {
  background-color: #669966;
}

/*
** Main menu cell style.
*/
TD.main_menu {
  background-color: #003300;
}

/*
** Main table cell style.
*/
TD.main_body {
  background-color: #ECFFF1;
}

/*
** White table cell style.
*/
TD.disk_space {
  background-color: #003300;
}

/*
** White table cell style.
*/
TD.white {
  background-color: #FFFFFF;
}

/*
** Standard Header Row style
*/
TD.header {
  background-color: #9BBD9B;
}

/*
** Normal Table data style.
TD {
  color: #000000;
}
*/

/*
** Anchor/link Styles.
*/
A { 
  text-decoration: none; 
}

A.main_menu:link, A.main_menu:visited {
  color: #FFFFCC;
}

A.main_menu:hover {
  color: #9BBD9B;
}

A:hover { 
/*  color: #AABBDD;  */
  text-decoration: underline; 
}
