/*Design, Layout and CSS by Lacey Dobyns at Spectral Fusion - Copyright The University of Montana, 2007. All rights reserved. Any past, present, or future products of Spectral Fusion are protected by United States copyright laws and may not be modified in any way without prior written consent of the designer or party responsible for its creation. This includes removing or modifying our registered logo or name, copyright notice, or any other piece of work belonging to Spectral Fusion. You may not reproduce this page without the designer's written permission.*/


h6 {
	text-align:center;
	font-size:1em;
	margin-top:1em;
	padding:0;
}

p.address {
	text-indent:0;
	margin-left:2em;
}
/*No indent on paragraphs*/
.noindent {text-indent:0;}
.underline {
	text-decoration:underline;
}
ol ul li {list-style-type:none;}

/*ordered list - outline style*/
ol.alpha li {list-style-type:upper-alpha;}
ol.alpha li li {list-style-type:decimal;}
ol.alpha li li li {list-style-type:lower-alpha;}
ol.alpha li ul li {list-style-type:none; padding:0!important;}

/*unordered list - no bullets*/
ul.nostyle {list-style-type:none;}
ul.nostyle li {padding:0!important;}

table {
	border-collapse: collapse;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
th {text-align:left; border-bottom:1px solid #ccc; }
td, th{padding:5px;}





