﻿@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
td {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
/* Links <a> */
a:link {
	color:#bb0000;
	text-decoration: none;
}
a:visited {
	color: #bb0000;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
/* Links class SA */
.sa:link {
	color: #0055e1;
	text-decoration: none;
}
.sa:visited {
	color: #0055e1;
	text-decoration: none;
}
.sa:hover {
	color: #FF5000;
	text-decoration: none;
}
