body {
  background-color: white;
  color: #1F4287;
	font-family: Trebuchet MS, Tahoma, Helvetica;
	font-size: 9pt;
}

.title {
  font-size: 13pt;
}

.vc-hold-table {
  margin-left: auto;
	margin-right: auto;
	width: 899px;
	border: solid black 0px;	
	padding: 0px;  
  border-spacing: 0px; 
}

.top {
  background-color: #1F4287;
	width: 100px;
	height: 22px;
	margin-left: 380;
	margin-right: auto;
	text-align: center;
	color: white; 
	align: center;
}

.content {
  width: 859px;	
	font-size: 11px;
}

td { 
  border: 0px solid red; 
	padding: 0px; 
	text-align: justify;
}

h1 {
  color: #1F4287;
	font-size: 24px;
	font-weight: normal;
}

.menu a:link {
  color: #004287;
	border-bottom: 0px solid black;
	font-size: 12px;
	text-decoration: none;
}

.menu a:visited {
  color: #004287;
	font-size: 12px;	
	border-bottom: 0px solid black;
	text-decoration: none;
}

a:link {
  color: #1F4287;
  border-bottom: 2px solid #ffee00;
  text-decoration: none;
}

a:visited {
  color: #004287;
  border-bottom: 2px solid #eedd00;
  text-decoration: none;
}


