/* CSS for heintzmanproductions.com   */

body {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:#999999;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#333333;
	text-decoration: underline;
	background-color: #eee;
}




/***********************************************/
/* Public Styles
/***********************************************/
h1 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #663333;
	display: block;
	margin: 0;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 30 0 0;
	padding: 0;
}
h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0;
	padding: 0;
}
p {
	font-size: 80%;
	line-height: 20px;
	color: #000000;
	display: block;
}



/************* #TopNav **************/


.topNav{
	margin-right: 10px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
	text-align: center;
}





