/* CSS Document */

BODY {
	background-color: #C7C7C7;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #746163;
}
h1 {color:#746163;}
h2 {color:#746163;}
h3 {color:#746163;
}
.highlight {color:#746163;
font-weight:bold;}
P, TD, UL, OL {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a:link {
  color:#746163;
  text-decoration:none;
  font-size: 12px;
  font-weight:bold;
  }
a:visited {
  color:#746163;
  text-decoration:none;
  font-size: 12px;
    font-weight:bold;
  }
a:hover {
  color: #333333;
  text-decoration:underline;
  font-size: 12px;
  }




