/* ***************** element styling ****************** */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	height: 100%;
	font: normal normal 62.5% Helvetica, Arial, sans-serif;
}

a:link {
	text-decoration:none;
	color: #728e54;
}

a:visited {
	text-decoration:none;
	color: #728e54;
}

a:hover {
	text-decoration:underline;
	color: #728e54;
}

a:active {
	text-decoration:none;
	color: #728e54;
}

h1, h2, h3, h4, h5, h6, p, #noaccess {
	font-weight: normal;
	color: #666;
	margin: 0;
}

ul
{
list-style-type: none;
padding-left: 13px;
margin: 0px;
}
ul li
{
background-image: url(images/list.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-bottom: 14px;
padding-left: 13px;
}

h1, h2 {
	font-size: 60pt;
	line-height: 1.2;
}

h3, h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

p { 
	font-weight: normal;
	line-height: 1.5;
	font-size: 12px
	color: #666;
	margin: 0;
}

a img {
	border: 0 none;
}

