/* CSS Document */
/* General */


/*
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-decoration: underline;
}


a.link {
    text-decoration: underline;
    color: rgb(0,0,255);
    font-weight: normal;
}*/





