/* CSS Document */

/* external links */

a:link, a:visited, a:active {
	color: #060;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

a:hover {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

/* internal links */

a.alt:link, a:visited, a:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif
	color:#8D2928
	color: #CCC;
}

a.alt:hover {
	color:#000}

/* headers */

h1 {
	color:#002700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
}

h2 {
	color:#002700;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
} 

h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}

p, ul, li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}

/* rules */

.greendotline {
	border-bottom:1px dotted #030;
}

.blackdotline {
	border-bottom:1px dotted #000;
}

.greenline {
	border-bottom:1px solid #030;
}

.blackline {
	border-bottom:1px solid #000;
} 

.litegreenline {
	border-bottom:1px solid #0C0;
}

.white {
	color: #FFF;
}

ul {
}

li {
	list-style-type: disc;
	text-align: left;
}

