@charset "utf-8";
/* CSS Document */

body
{ 
background-image: 
url('repeater.gif');
background-repeat: repeat-x
}

.menu_title { 
  color: #990000; 
  font-family:arial; 
  font-size: 20pt; 
}


.menu_sub_title { 
  color: #990000; 
  font-family:arial; 
  font-size: 16pt;
  font-weight: bold;
}

.menu_sub_title_italic { 
  color: #000000; 
  font-family:arial; 
  font-size: 10pt;
  font-style: italic;
}

.content_title {
  color: #ffffff;
  font-family:verdana; 
  font-size: 10pt;
  font-weight: bold;
}

.content_text { 
  color: #ffffff; 
  font-family: arial; 
  font-size: 10pt;
  line-height: 12pt;
}

.link { 
  color: #ff9900; 
  font-family:arial; 
  font-size: 10pt;
  text-decoration: none;
}












