/* Text Styles for Hollaender 
    Author: Matt Radel on March 10th, 2008 */

p {
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}
.smallText {
    font-size: 0.7em;
    line-height: 13px;
    margin-bottom: 15px;
}
.smallTextBold {
    font-weight: bold;
    font-size: 0.7em;
    line-height: 13px;
    margin-bottom: 15px;
}

h1 {
	color: #c90415;
	font-size: 26px;
	margin: 6px 0 10px 0;
	padding: 0;
}

h2 {
	color: #232529;
	font-size: 19px;
	margin: 4px 0 8px 0;
	padding: 0;
}

ul {
	margin: 6px 0;
	padding: 0 0 0 24px;
}



