/*
####################################
TEXT  -  ELEMENT STYLES 
####################################
*/


h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h2 {
	font-size:120%;
	font-weight:bold;
	margin-bottom:.5em;
	color:#8B0B04;
}

h3 {
	font-size:110%;
	font-weight:bold;
	margin-bottom:.5em;
	color:#8B0B04;
}

h4 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:.5em;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	font-weight: normal;
}
.bodycopy_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 13px;
	font-weight: bold;
}
