p {
	color: #000;
	font-size: 12px;
	line-height: 1.45em;
	margin: 13px 0;
}

h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 13px 0;
}
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

ul, ol, dl {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	margin: 13px 0 13px 25px;
	padding: 0;
}

table {
	font-size: 12px;
	line-height: 1.4;
	margin: 10px 0;
	padding: 0;
}
th, td { text-align: left; padding: 5px 5px 5px 0; vertical-align:top; }
th { padding-right: 10px; text-align: right; width: 85px; }

a, a:link, a:focus { color: #036; text-decoration: underline; outline: 0; }
a:hover { text-decoration: none; }

abbr[title] { cursor: help; font-style: normal; }

form, img { padding: 0; margin: 0; border: none; }
fieldset { border: none; }
input, select, label { font-size: 12px; vertical-align: middle; }

hr {
	height: 1px;
	background: #000;
	color: #000;
	border: none;
}

/*=contribute styles
----------------------*/
.alignRight { text-align: right !important; }
.alignLeft { text-align: left !important; }
.alignCenter { text-align: center !important; }

.squareBullet { list-style-type: square !important; }
.circleBullet { list-style-type: circle !important; }
.discBullet { list-style-type: disc !important; }

.decimalBullet { list-style-type: decimal; }
.lowerAlphaBullet { list-style-type: lower-alpha; !important; }
.upperAlphaBullet { list-style-type: upper-alpha; !important; }
.lowerRomanBullet { list-style-type: lower-roman !important; }
.upperRomanBullet { list-style-type: upper-roman !important; }

.underlineText { text-decoration: underline !important; }
