@charset "utf-8";
/* CSS Document */


h2 {
	font-size: 15px;
	color: #002136;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #555c62;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	color: #7A3F14;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	color: #0055A6;
	font-weight: bold;
}


.tableBackground{
background:#b3b8bc;
}

.tableHeader{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0d675e url(/images/btn-bkgd.jpg) top left repeat-x;
	padding: 3px;
}


.tableData{
	font-style: normal;
	font-weight: normal;
	color: #0d675e;
	background-color: #fff;
	line-height: 18px;
	padding:2px 5px;
}

.tableData p{
margin:8px 0;
}

.imgBorder{
	border: solid 1px #b1b1b0;
	background: #fffefc;
	padding: 7px;

}


.smallText, .smallLinks{
font-size:10px;
line-height:14px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

a.smallLinks{
text-decoration:underline;

}

.alignLeft{
text-align:left;
}
.alignRight{
text-align:right;
}
.alignCenter{
text-align:center;
}

.smallTEXT {
	font-size: .75em;
	}

.smallerTEXT {
	font-size: .85em;
}

.largeTEXT {
	font-size: 1.2em;
}

.largerTEXT {
	font-size: 1.4em;
	font-weight: bold;
}

.largestTEXT {
	font-size: 1.6em;
	font-weight: bold;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.darkblueText {
	color: #1e2e3d;
}

.blueText {
	color: #2e5471;
}

.darkgreenText {
	color: #106058;
}

.sandText {
	color: #555c62;	
}
