h1 {
	font-size: 14px;
	font-weight: bold;
	color: #264b66;
	/*text-transform: lowercase;*/
		margin-bottom: -10px;


}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #264b66;
	/*text-transform: lowercase;*/
	/*margin-bottom: -20px;*/
	margin-bottom: -10px;
	margin-top:10px;
	margin-right:10px;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-bottom:0px;
	
	

}

.textArrowLink {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin-right: -10px;
	word-spacing: 2px;
}
.textArrowLinkNoBorder {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	word-spacing: 2px;
}

a.textArrowLink:hover {
	text-decoration: none;
}
.textLeftNavLink {
	font-size: 12px;
	font-weight: bold;
	color: #264b66;
	text-decoration: underline;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
}
.textLeftNav {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
}
.textRegularLink {
	color: #666666;
	text-decoration: underline;
}
.textTopNavLink {
	color: #FFFFFF;
	text-decoration: none;
}
a.textTopNavLink:hover {
	text-decoration: none;
	color: #FF0000;

}
.textBold {
	font-weight: bold;
}
.rightAlign{
	text-align: right;
}
.indentText{
	margin-right: 10px;
	margin-left: 10px;

}
p{
	font-size: 11px;

}


.textLeftNavLinkGreyItalic {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	text-align: right;
	margin-right: 10px;
	/*margin-left: 10px;*/
	padding: 0px;
	font-style: italic;
}
