/**************************************************
	Created by Marianne Silverlind, Cloud Nine 2008
**************************************************/
@import url(framework.css);
* {
	margin: 0;
	padding: 0;
}
body {
    font: 64%/1.2 "Lucida Sans","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #333;
    width: 100%;
    margin: 0;
    padding: 0
}
a img {
	border: none;
}
label {
	/*color: #c52227;
	font-size: 14px;
	font-family: Georgia;*/
}
input, select, textarea {
	color: #9b161a;
	font-size: 12px;
}
a,
a:visited,
a:active {
	color: #333;
}
a:hover {
	color: #f78d20;
	text-decoration: underline;
}
.article a {
	display: block;
}
.article li {
    padding:2px 0 2px 0;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia;
	padding: 0 0 10px 0;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia;
}
.article h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans";
}
h3 {
	font-size: 12px;
	font-weight: bold;/*demibold*/
	font-family: Georgia;
	padding: 0 0 8px 0;
}
.article h2.listingHeader {
    margin-bottom : 10px;        
}
p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 25px 0;
}
p.footnote {
	clear: both;
	font-size: 10px;
	line-height: 16px;
	padding: 0 0 25px 0;
}
li {
	font-size: 12px;
}