body {
	font-family:  sans-serif;
	color: #000000;
	background-color: #fff;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
}

img {
	border-style: none;
	vertical-align: top;
}

a:link {
	font-style: italic;
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	font-style: italic;
	color:#501E1E;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	background-color: #eee;
	text-decoration: none;
}

.lnk {
	line-height: 1.5em;
}

.lnk a:link {
	font-style: italic;
	border: 1px dashed #f0f0f0;
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}

.lnk a:visited {
	font-style: italic;
	color:#501E1E;
	border: 1px dashed #f0f0f0;
	background-color: transparent;
	text-decoration: underline;
}

.lnk a:hover {
	color: #666666;
	border: 1px dashed #aaa;
	background-color: #eee;
	text-decoration: none;
}

h1 {
	font-family:  sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	letter-spacing: 3px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

h2 {
	font-family:  sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}  

strong, th {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em;
}

.new {
	font-family:  sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #000;
 	background-color: #ffffe0;
 	border: 1px dashed #aaaa00;
}

.checklist {
	list-style-image: url(images/bullet001.png);
}
    
.checklist2 {
	list-style-image: url(images/bullet002.png);
}
    
.checklist3 {
	list-style-image: url(images/bullet003.png);
}
    
.chklnk {
	list-style-image: url(images/chklnk.png);
}
