/*---------------------------------------
Typography Style Sheet
---------------------------------------*/


/* Section two styles
---------------------------------------*/

.blueButton{ background: url(../images/generic/buttonBG.jpg) no-repeat left top; border: 2px solid #fff; padding: 3px 8px 3px 8px; color: #FFFFFF!Important; clear:both; text-decoration: none!Important; font-size: .9em; line-height: 4.3em}
.blueButton:hover { background:url(../images/generic/buttonBGOrange.jpg) no-repeat left top;}

.orangeButton{ background: url(../images/generic/buttonBGOrange.jpg) no-repeat left top; border: 2px solid #fff; padding: 3px 8px 3px 8px; color: #FFFFFF!Important; clear:both; text-decoration: none!Important; font-size: .9em; line-height: 4.3em}
.orangeButton:hover { border: 2px solid #FF9D53;}

.ImageBorder {
	padding: 4px;
	background:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E6E4;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #E5E6E4;
}

.paddingTopH2 { padding: 20px 0 10px 0!Important }

.tabTextLink a  { text-decoration:underline !Important; color: #4A4D3F !Important;}

.tabTextLink a:hover  { color:#00A2E2!Important}


