body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	color: #006600;
	text-align:justify;
}
table {
	background-color: #ECF9E5;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
	text-align:left;
}
.subnav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006600;
}
.subnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #006600;
	text-align: left;
}
a {
	color: #006600;
	text-decoration: underline;
}
UL {
	text-align: left;
	margin-top:0; 
	list-style-position: outside; 
	margin-left: 16px; 
	text-indent: 0px;
}
LI {
	text-align: left;
	margin-top:0; 
	list-style-position: outside; 
	margin-left: 16px; 
	text-indent: 0px;
}
.PDF {
	list-style-image: url(images/PDF.gif);
} 
.internal {
	list-style-image: url(images/box1.gif);
}
.external {
	list-style-image: url(images/box2.gif);
}

.smlev1 {
	list-style-image: url(images/box1.gif);
}
.smlev2 {

	list-style-image: url(images/box2.gif);
}
.email {
    color:#0000FF;
	text-decoration: underline;
}
.aNoUnderline {
	text-decoration: none;

}
.italic {
	font-style: italic;
}