/* Presentation Stylesheet */ 

html {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 0.7em;
}

td {
	font-size: 0.9em;
}

h1 {
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-size: 1.7em;
	font-weight: bold;
	color: #dc0404;
}

.menuleft {
	font-size: 0.9em;
	list-style-image: url(/images/arrow.gif);
	line-height: 1.2em;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
.largegrey {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.home-indent {
    padding-right: 20px;
    margin-left: 20px;
}
.sitemap {
    line-height: 2em;
}
.sub {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
ol.sub {
	margin-left: 2em;
	padding-left: 0px;
}

ul {
	list-style: none;
	list-style-image: url(/images/dot.gif);
	margin-left: 15px;
	padding-left: 0px;
}

a:link {
    color: #666666;
    font-weight: bold;
	text-decoration: none;
}
a:visited {
    color: #666666;
    font-weight: bold;
	text-decoration: none;
}
a:active {
    color: #666666;
    font-weight: bold;
	text-decoration: none;
}
a:hover {
    color: #666666;
    font-weight: bold;
	text-decoration: none;
}

a.menuleftlink {
 color: #666666;
 font-weight: normal;
}