@charset "UTF-8";

body {
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #1E0032;
	text-align: left;
	}

h1, h3 {
	font-size: 1em;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

h2 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
	
}

#left h1 {
font-size: 15px;
font-weight: 600;
}


p {
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: 400;
}

strong {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 1px;
}



ul {
	list-style-type: none;
	padding: 0px;
}

li {
	margin-bottom: 10px;
}


a:link {
	color: #1e0032;
	text-decoration: none;
}

a:visited {
	color: #1e0032;
	text-decoration: none;
}

a:hover {
	color: #869233;
	text-decoration: none;
}

a:active {
	color: #869233;
	text-decoration: none;
}

a:link.green, a:visited.green {
color: #587115;
font-weight: 500;
text-decoration: underline;
}

a:hover.green, a:active.green {
color: #7F9638;
font-weight: 500;
text-decoration: none;
}

.green {
color: #587115;
font-weight: 500;
}