body {
	margin: 5px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFCC;
	/*background: url(../images/header_short.jpg) no-repeat;*/
}

/* mambo core stuff */
a:link, a:visited {
	color: #000000; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #CCCC00;	text-decoration: underline;
	font-weight: bold;
}

td {
	text-align: left;
	font-size: 12px;
}

.heading {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

.subheading {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.subheading2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

hr	{
         border: none;
         border-bottom: 1px solid #CCCC00; 
	 color: none;
         height: 0px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
/*line-height: 15px;*/
padding-left: 15px;
padding-top: 0px;
background-image: url(source/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}
