/* CSS Document */
table {
	font-family: Times New Roman;
	color: #586A5C;
	font-size: 14px;
}
a:link {
	color: #586A5C;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 14px;
}

a:visited {
    color: #586A5C;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 14px;
}

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