/* CSS Document */


a:link {
    color: #629E31;
    font-size: 14px;
	font-weight: bold;
}

a:visited {
    color: #629E31;
    font-size: 14px;
	font-weight: bold;
}

a:hover {
    color: #FFAE00;
    font-size: 14px;
	font-weight: bold;
}