.table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";


}
a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;

}
a:hover {
	font-size: 10px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";

}
