/*	author: Dennis Kardys
	company: WSOL (http://www.wsol.com);
	email: dkardys@wsol.com

*/

h1 {
	font-size: 22px; /* 32px */ 
	line-height: 28px;
	color: #cc0000;
	font-weight: bold;
	margin: .5em 0 .75em 0; /*12px 0 20px 0 */
	text-transform: uppercase;
}

h2 {
	font-size: 16px;/* 20px */
	line-height: 1.3333em;
	color: #cc0000;
	font-weight: normal;
	margin: 1.3em 0 .6667em 0; /* 32px 0 16px 0 */
}

h3 {
	font-size: 14px; /* 18px */
	color: #333; 
	font-weight: normal; 
	margin: .75em 0 .444em 0;	/* 18px 0 8px 0 */
	line-height: 1.3em;
	text-transform: uppercase;
}

h4 {
	font-size: 13px; /* 18px */
	margin: 1.3em 0 .444em; /* 24px 0 8px 0*/
	line-height: 1.555em;
	font-weight:normal;
	color:#333;
}

h5 {
	font-size: 12px; /* 16px */
	line-height: 16px; 
	margin: .5em 0 .25em 0; /* 22px 0 10px 0 */
	font-weight: bold;
	color:#333;
}
.callout { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px; 
	margin: .8889em 0 .8889em 0; /* 16px 0 16px 0 */
	color: #777777; 
	clear: both; 
	line-height: 1.555em;
}

.caption { font-style: italic; font-size: 12px; color: #444;}
.byline{text-align:right; display:block; font-size:12px;}
.blockquote { 
	display: block; 
	clear: both; 
	padding: 0 0 0 30px; 
	margin: 1em 0;
	line-height: 2em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; /* 12px */
	border-left: 5px solid #ddd; color: #555;
}

.alignLeft { display: block; float: left; }

.alignRight { display: block; float: right; }

.border{border:1px solid #333;}

.image-padding { margin: 8px 16px;}

.imageSize1 { width: 80px; }

.imageSize2 { width: 150px; }

.imageSize3 { width: 300px;}

.imageSize4 { width: 480px; }




