/* CSS Document */



ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;

background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	text-align: left;
	
}

body,div,p {

font: normal 10pt Georgia, Palatino, Palatino Linotype, serif; color: #000;
}

	
}

/* mambo core stuff */
a  {
	color: #ff6600; text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #ff6600; text-decoration: none;
	font-weight: bold;
}

a:hover  { color: #ffcc00; font-weight: bold; text-decoration: underline }


a:focused {
	color: #ffcc00;	text-decoration: none;
	font-weight: bold;
	border: 2px black;
}

.border-b  { border-bottom: 1px solid #657e91 }

