#headerCopy h1 {
	font-size: 11px; text-transform: uppercase; font-weight: bold;
	color: #d41e17;
	border-bottom: 1px dashed #cfc6b7;
	padding-bottom: 2px;
	}
	
#headerCopy h2 {
	font-size: 10px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px;
	}				

#headerCopy .left h2 {
	width: 275px;
	}	
	
#headerCopy .right h2 {
	width: 155px;
	}				
	
#headerCopy p {
	font-size: 10px;
	margin-bottom: 1.5em;
	line-height: 12px;
	padding-right: 5px;
	}	

/* Body Copy */

*.sep {
	width: 100%;
	display: block;
	background: transparent top left repeat-x url(../images/dash.png);
	font-size: 11px;
	}
	
*.sepBot {
	width: 100%;
	display: block;
	background: transparent bottom left repeat-x url(../images/dash.png);
	font-size: 11px;
	
	clear: both; overflow: auto; padding: 1em 0;
	
	}	

*.blockOutput {
	width: 100%;
	display: block;
	font-size: 11px;
	
	clear: both; overflow: auto; padding: 1em 0;
	
	}	
	
a.sep {
	padding-top: 1em;
	}		
	
#blockBody h1 {
	font-size: 11px; text-transform: uppercase; font-weight: bold; margin-bottom: 1em;
	}
	
#blockBody h2 {
	font-size: 10px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px;
	}

.padT {
	padding-top: 1em;
	}
	
#blockBody p {
	margin-bottom: 1.5em;
	line-height: 14px;
	padding-right: 25px;
	font-size: 11px;
	}

#bodyContent ul {
	margin-bottom: 1.5em;
	line-height: 14px;
	padding-right: 25px;
	font-size: 11px;
	list-style-type: disc;
	}

#bodyContent ol, #bodyContent nl {
	margin-bottom: 1.5em;
	margin-left: 1em;
	line-height: 14px;
	padding-right: 25px;
	font-size: 11px;
	}	

#bodyContent li {
	margin-left: 1.5em;
	line-height: 14px;
	margin-bottom: 0.5em;
	}	

#bodyContent li ul {
	margin-top: 0.5em;
	}
	
#orderform p {
	margin-bottom: 0.7em;
	}
	
#blockBody p.intro {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 2em;
	background: transparent bottom left repeat-x url(../images/dash.png);
	min-height: 65px;
	}

a {
	text-decoration: underline;
	color: #d41e17;
	}
	
a:visited {
	text-decoration: underline;
	}	

a:hover {
	text-decoration: none;
	}
	
*.bold {
	font-weight: bold !important;
	}

.error {
	font-size: 11px;
}