/* ------------------------------------------------   HTML   ------------------------------------------------ */
h1,h2,h3,h4 {font-family:Arial, Helvetica, sans-serif;}
h1 {
	font-size:1.4em;
	/*font-weight:bold;*/
	color:#402201;
	margin-top:10px;
	margin-bottom:0px;
}

h2 { 
	font-size:1.2em;
	/*font-weight:bold;*/
	color:#828281;
	margin-top:5px;
	margin-bottom:0px;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	/*color:#828281;*/
	margin-top:0px;
	margin-bottom:0px;
}

h4 {
	font-size:1em;
	font-weight:bold;
	/*color:#828281;*/
	margin-top:0px;
	margin-bottom:0px;
}



/* ------------------------------------------------   Custom   ------------------------------------------------ */
.linkOffsite{
	/*background-color:#FF6600;*/
	background:url(../images/icons/iconOffsitebr.gif) no-repeat right center;
	padding-right:14px;/* 24 for original image */
	margin-right:6px;
}

.linkRSS{
	/*background-color:#FF6600;*/
	background:url(../images/icons/iconRss.gif) no-repeat right center;
	padding-right:24px;
	margin-right:6px;
}


.linkPDF {
	/*background-color:#FF6600;*/
	background:url(../images/icons/pdf.gif) no-repeat right center;
	padding-right:18px;
	margin-right:6px;
}

.linkWord {
	/*background-color:#FF6600;*/
	background:url(../images/icons/word.gif) no-repeat right center;
	padding-right:18px;
	margin-right:6px;
}

.linkEmail {	/*background-color:#FF6600;*/
	padding-right:18px;
	margin-right:6px;
	background: url(../images/icons/email.gif) no-repeat right center;;
}

.linkExcel {
	/*background-color:#FF6600;*/
	background:url(../images/icons/excel.gif) no-repeat right center;
	padding-right:18px;
	margin-right:6px;
}

.linkPowerPoint {
	background:url(../images/icons/powerPoint.gif) no-repeat right center;
	padding-right:18px;
	margin-right:6px;
}

.linkZip {
	/*border:1px blue dashed;*/
	background:url(../images/icons/winZip.gif) no-repeat right center;
	padding-right:18px;
	margin-right:6px;
}
.linkMovie {
	background:url(../images/icons/movie.gif) no-repeat right center;
	padding-right:18px;
	margin-right:6px;
}

.rowShade {
	background-color:#F7F7F5/*#f3f8ec*/;
}


















.shadeBox {
	background-color:#ece9d8/*#f3f8ec*/;
}

/* Apply to div or paragraph to provide textual notice */
.notice {
	background-color: #FFFF99;
	margin: 10px;
	border: thin dashed #666666;
	padding: 10px;
}

