body
{
	
	color: #333;
	font-size: 0.8em; 
	line-height: 140%;
	font-family: arial,verdana,helvetica, sans-serif;
}



h1
{
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 1.5em 0 0.5em 0;
	font-family: georgia, arial,verdana,helvetica, sans-serif;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

h2
{
	color: #669;	
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
}

h3
{
	color: #01613b;
	padding: 0;
	margin: 0 0 15px 0;
	border: none;	
	font-size: 1em;
}

h4
{
	color: #333;
	margin: 15px 0;
	font-size: 1em;
}

h5
{
	margin: 15px 0;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

a:link, a:visited
{
	color: #669;
	text-decoration: none;
}

a:hover, a:active
{
	color: #01613b;
	text-decoration: underline;
	outline: none;
}

a img
{
	border: none;
}

p, ul, ol, dl
{
	margin: 0;
	padding: 0 0 15px 0;
}

ul
{
	list-style: none;
}

ul li
{
	background: transparent url(../../images/template/ul.jpg) no-repeat scroll 0 0;
	padding: 0 0 0.4em 26px;
	margin: 0;
}

table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	font-size: 0.9em;
}

tr
{
	vertical-align: top;
}

tr.alt td
{
	background-color: #f6f5f4;	
}

td, th
{
	border: 1px solid #ccc;
	padding: 0.2em;
	text-align: left;
}
th
{
	text-align: left;
	background-color: #ddd;
	font-weight: bold;
}

thead th
{
	background-color: #a4c186;
}

td.right, th.right
{
	text-align: right;	
}

td.centre, th.centre
{
	text-align: center;	
}

tr.alt
{
	background-color: #e1e0e0;
}

dt
{
	float: left;
	width: 8em;
	clear: left;	
	padding: 0.3em 0 0 0;
	font-weight: bold;
}

dd
{
	margin-left: 8em;	
	padding: 0.3em 0 0 0;
}

.side dt
{
	width: 4em;	
}

.side dd
{
	margin-left: 4em;
}

#navigation, #subnav, #footer
{
	display: none;	
}

#pagemodified
{
	border-top: 1px solid #ccc;	
	clear: both;
}

.clear
{
	clear: both;	
	font-size: 0.1em;
	height: 0;
}


