@charset "utf-8";
/* CSS Document */

p {
	
font-family: “Lucida Grande”, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;

}

h1 {
font-family: “Lucida Sans Unicode”, sans-serif;
font-size: 22px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.3em;
}
#foorerp {
	text-align: center;
	font-family: “Lucida Grande”, sans-serif;
	color: #300;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	}
	
	ul {
	list-style-position:outside;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
	}
	
		ol {
	list-style-position:outside;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
	}
	
a.myclass:link {
	text-decoration: none;
	color: #9F2800;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
} /* unvisited link */
a.myclass:visited {
	text-decoration: none;
	color: #666;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
} /* visited link */
a.myclass:hover {
	text-decoration: underline;
	color: #333;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
} /* mouse over link */
a.myclass:active {
	text-decoration: none;
	color: #333;
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
	} 	
	
	