/* Start of CMSMS style sheet 'base-min' */
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
strong, dt {
	font-weight:bold;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}
th, td {
	padding:.5em;
	vertical-align: top;
}
th {
	font-weight:bold;
}
caption {
	margin-bottom:.5em;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}

/* End of 'base-min' */

