@charset "UTF-8";
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
body,td,th {
	color: #666;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
.links {
	text-align: center;
}
p{
	color: #666666;
	text-decoration: none;
	font: normal 11px/1.5 Arial;
	text-align: left;
}
.ul {
	list-style-image: url(../Images/arrow.gif);
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.5;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #F93;
}
a {
	font-size: 12px;
}
