body {
  font-family: "Times New Roman", serif;
  color: #939AAA;
}

a {
  font-family: "Times New Roman", serif;
  font-size:100%;
  font-weight: bold;
  color:#848998;
}

a:hover {
  font-size:105%;
  font-weight: bold;
  color:#848998;
}

a.left {
  text-decoration:none;
  font-size: 90%;
  background-image: url("img/button.gif"); 
  background-repeat: no-repeat;
  background-position: left center;
  Padding-Left: 20px;
  color: #735929;
}

a.left:hover {
  color: #735929;
  font-size: 90%;
  background-image: url("img/p_button.gif"); 
  background-repeat: no-repeat;
  background-position: left center;
  Padding-Left: 20px;
}

a.top {
  text-decoration:none;
  color: #00053A;
  font-weight: normal;
  font-size: 90%;
  text-align:center;
}

a.top:hover {
  color: #00053A;
  font-weight: bold;
  font-size: 95%;
  text-align:center;
}

td.top{
  background-image: url("img/top.gif"); 
  background-repeat: repeat-x;
}

td.left{
  background-image: url("img/left.gif"); 
  background-repeat: repeat-y;
}

td.top_menu{
  background-image: url("img/top_menu.gif"); 
  background-repeat: repeat-x;
}

td.top_menu_1{
  background-image: url("img/top_menu_2.gif"); 
  background-repeat: no-repeat;
}

.small {
  color: #735929;
  font-size: 60%;
  font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.right{
  text-align:center;
}

p,ul,ol {
  color: #848998;
	font-size: 90%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
  color: #848998;
}

h1
{
  font-weight: bold;
  font-size: 160%;
  padding-bottom: 0px;
  Margin-Bottom:2px;
}

h2
{
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 0px;
  Margin-Bottom:2px;
}

h3
{
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 0px;
  Margin-Bottom:2px;
  Line-Height:100%;
}


