* {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	height: 100%;
	background: #ffffff;
	font-size: 12pt;
	font-family: Helvetica, Arial, 'Sans Serif';
	line-height: 1.5em;
	color: #45443f;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.column {
	float: left;
	width: 450px;
	margin-right: 30px;
}

h1{
	clear: both;
	padding-top: 2em;
	font-size: 2em;
	color: #b31e17;
}

h2{
	clear: both;
	padding-top: 1em;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	clear: both;
	margin-top: .4em;
	font-size: 1em;
	font-style: italic;
}

a{
	text-decoration: none;
	color: #b31e17;
}

ul.conflist {
	padding-bottom: .5em 0;
	font-size: .9em;
	line-height: 1.5em;
}

ul.conflist li {
	margin: .4em 0 0 0;
	padding: .2em .6em;
	list-style-type: none;
	border: 1px solid #bcb9b4;
}

ul.conflist li.selected{
	border: 1px solid #b31e17;
}

ul.conflist li h4 {
	display: block;
	color: #b31e17;
}

ul.conflist li .meta {
	color: #bcb9b4;
	font-size: .78em;
	display: block;
}

ul.conflist li form#dataChoice {
	display: block;
}

ul.conflist li form#dataChoice label{
	clear: left;
	display: block;
	color: #bcb9b4;
	font-size: .78em;
}

ul.conflist li form#dataChoice input.inputText{
	width: 100%;
}

ul.conflist li form#dataChoice input.inputButton{
	text-align: right;
}





ul.references{
	list-style-type: none;
}

ul.references li {
	text-indent: -2em;
	padding-left: 2em;
}