body, form, input, label, select {
	font-family: Trebuchet MS, Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 .4em 0;
}

h2 {
	font-weight: bold;
	font-size: 40%;
	margin: 0 0 .4em 0;
}

p {
	font-size: 100%;
	margin: 0 10px 15px 15px;
	line-height: 1.5em;
}

.nomargin {
	margin: 0 !important;
}

em { font-style:italic; }
.editLink { background: yellow; color: #c00; padding: 4px; border: 1px solid yellow; text-decoration: none; }
.editLink:hover { color: #f00; border: 1px solid #c00; }
.subHeaders { font-weight: bold;}
.bulletList li {
	list-style: disc;
	margin: 10px 0 0 30px;
}


strong {
	font-weight: bolder;
	font-size: 1.1em;
}

i {
	font-style: italic;
}


