body          { color: #000; font-size: 14px; font-family: Arial, helvetica, sans-serif; background-color: #F0F0F0; background-image: url("bg_image.gif") }

.tiny   { font-size:  4px; }
.xsmall { font-size: 10px; }
.small  { font-size: 12px; }
.normal { font-size: 14px; font-family: Arial, Helvetica, serif; }
.medium { font-size: 16px; }
.large  { font-size: 18px; }
.xlarge { font-size: 22px; }

A:link     { color: #0000FF; text-decoration: underline;}
A:visited  { color: #0000FF; text-decoration: underline;}
A:hover    { color: #FF0000; text-decoration: underline }

A.a1:link     { color: #0000FF; text-decoration: underline;}
A.a1:visited  { color: #0000FF; text-decoration: underline;}
A.a1:hover    { color: #FF0000; text-decoration: underline;}

A.a2:link     { color: #000000; text-decoration: none;}
A.a2:visited  { color: #000000; text-decoration: none;}
A.a2:hover    { color: #FF0000; text-decoration: underline;}

.table1 { border: solid 1px black }
.img1 { border: solid 2px #0000FF }

/* BEGIN NAV STYLING */
.main_nav {
  color: #000000;
  font-size:14px;
  text-align: center;
  vertical-align: bottom;
  font-family: arial, verdana, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

A.nav_link:link    { color: #000000; text-decoration: none; display: block; padding-top: 3px; height: 22px }
A.nav_link:visited { color: #000000; text-decoration: none; display: block; padding-top: 3px; height: 22px }
A.nav_link:hover   { color: #000000; text-decoration: underline; } 

.hov_OFF  {  background:transparent;}

.hov_LT     {  background:#C0C0C0 url(bg_menu_left.jpg);}
.hov_RT     {  background:#C0C0C0 url(bg_menu_right.jpg);}
.hov_MAIN   {  background:#C0C0C0 url(bg_menu_main.jpg);}

.hov_LT_2   {  background:#E7E7E7 url(bg_menu_left_2.jpg);}
.hov_RT_2   {  background:#E7E7E7 url(bg_menu_right_2.jpg);}
.hov_MAIN_2 {  background:#E7E7E7 url(bg_menu_main_2.jpg);}
/* END NAV STYLING */
