/* CSS Document */

/* Print styles for MUN */
span.u{text-decoration:underline;}
ul{
	padding-left:15px;
	margin:0px;
}
.resolution ul{
	list-style: none;
	text-indent: 2em;
	padding:0px;
}
.resolution ol{
	text-indent: 2em;
	padding:0px;
	margin:0px;
	list-style:decimal inside;
}
.resolution ol ol {
	padding-top:10px;
	list-style:lower-roman inside;
	text-indent: 2em;
	font-size:100%;
}

p, ul, ol, #navbar, #navbar2, table, label, input, legend, select, dd{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.4em;

}

table{
	border-spacing:0px;
}

th{
	padding:5px;
	border-right:0px solid #999999;
	border-bottom:0px solid #999999;
}
th.leftcol{
	border-right:0px solid #999999;
	border-bottom:0px solid #999999;
}
th.startcol{
	border-right:0px solid #999999;
	border-bottom:0px solid #999999;
}
td{
	padding:5px;
	border-right:0px solid #999999;
	border-bottom:0px solid #999999;
	text-align:center;
}