/* UNIVERSITY OF MINNESOTA WEB TEMPLATE RESET STYLESHEET */
/* FEBRUARY 2009 : UNIVERSITY RELATIONS*/
/* v3.090219  */

/* DO NOT MODIFY */
/* RESET */
html {background-color:#FFFFFF;color:#000000;}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}

fieldset,img {border:0;}
ol,ul {list-style:none;}


/* FONTS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small;*font:x-small;
	width: 240px;
	background-color: #FFF;
	overflow-y:scroll;
}

input, textarea, select, option {font-family:arial,helvetica,clean,sans-serif;font-size:inherit;font-weight:inherit;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
em {font-style:italic;font-weight:normal;}
strong {font-style:normal;font-weight:bold;}

.clearabove {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* Use on a clearing element following a float */
/* HIDE */
.clearleft {
	clear: left;
}
