@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 24px;
	color: #333;
}
h2 {
	font-size: 18px;
}
body,td,th {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.bottom:link {
	color: #EF831E;
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color: #EF831E;
}
a.bottom:hover {
	text-decoration: underline;
	color: #FFF;
}
a.bottom:active {
	text-decoration: none;}

