body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background: white;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #006699;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

h2.green {
	color: #00CC00;
}

h2.red {
	color: #FF0000;
}

h2.blue {
	color: #0066FF;
}

h2.aqua {
	color: #99CC99;
}

h2.purple {
	color: #FF00FF;
}

h2.orange {
	color: #FFCC00;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

a:link {
  font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

td {
	font-family: Arial;
	font-size: 13px;
}

.title {
  font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 40px;
}

.left_info_head {
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #006699;
}

.left_info {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #006699;
}