/* CSS Document */
body {
  font-family: Times New Roman;
  color: #C9C8C8;
  font-size: 13px;
}

table {
	font-family: Times New Roman;
	color: #C9C8C8;
	font-size: 14px;
}
a:link {
	color: #12341a;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 13px;
}

a:visited {
    color: #ffffff;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
	color: #12341a;
	font-family: Times New Roman;
	font-size: 14px;
}



