/* Base body
----------------------------------------------- */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	border: none;
}
img {
	border: none;
}

h2 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 14px;
	color: #333333;
}
ul {
	font-size: 12px;
	line-height: 16px;
}
td {
	font-size: 12px;
	line-height: 16px;
}



ul#toplist {
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 0px 16px;
	list-style-image: url(../../img/ar2_topblet.gif);
	list-style-position: outside;
	margin: 5px;
	background-position: left;
}

