/* CSS Document */

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.html);
background-repeat: no-repeat;
background-position: 0px 2px;
}

td {
	font-size: 11px;
}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #FFFFFF;
	background: #ffffff;
}

/* Joomla core stuff */
a:link, a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	width:auto;
	padding: 5px 0;
}

a:hover {
	color: #6a7065;
}