@CHARSET "ISO-8859-1";

#siteContent {
}

#siteContent table 
{
	/*width: 550px; */
	border: 1px solid #999999;
	line-height: 2.5em;
}

#siteContent table td,th
{
	padding-left:4px;
	border: 1px solid #999999;
}

#siteContent table td
{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left:4px;
}

#siteContent table tfoot
{
	height: 75px;
	background: #EEEEEE;
}

#siteContent table thead
{
	height:50px;
	background: #CCCCCC;
}

/*
#siteContent ul {
margin: 1em; 
list-style-position: inside;
list-style: disc;
}
*/

#siteContent ol, #siteContent ul {
	margin: 1em;	
	list-style-position: inside;
}

#siteContent ol, li {
list-style: disc;    
}
 
#siteContent li {
margin-left: 1em;
}

