* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #FFFDEE url(../img/body_bg.gif) repeat-x top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #5B5A5F;
	height: 100%;
}

.clear {
	clear: both;
	height: 1%;
}

a {
	color: #5B5A5F;
	text-decoration: none;
}

a: hover {
	
}

#content p a,
#content span a,
#content ul a,
#content table a {
	border-bottom: 1px dashed #5B5A5F;
	padding: 1px 0;
}

#content p a:hover,
#content span a:hover,
#content ul a:hover,
#content table a:hover {
	border-bottom: 1px solid #5B5A5F;
}

p.back_to_list a {
	background: transparent url(../img/arrow_left.gif) no-repeat left 6px !important;
	padding-left: 12px !important;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	font-size: 0.8em;
	vertical-align: top;
}

h1 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #85060A;
}

h2 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0.5em;
	color: #85060A;
}

h1 a, h2 a {
	color: #85060A;
}

h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0.5em;
}

p {
	line-height: 1.6em;
	padding-bottom: 1em;
}

ul {
	list-style-type: none;
	margin-bottom: 1em;
}

ul li {
	line-height: 1.6em;
	background: transparent url(../img/li.gif) no-repeat 0 6px;
	padding-left: 10px;
}

.metadata {
	color: #919099;
	font-style: italic;
}

/* custom styles */

a.external {
	padding: 0 13px 0 0 !important;
	background: transparent url(../img/external.gif) no-repeat center right !important;
	border: 0 !important;
}


