/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.smTxt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#463E39;
}
.txt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#463E39;
}
.darkBrown{
	color:3d2217;
}
.mediumBrown{
	color:7E7069;
}
.lightBrown{
	color:D9D2D0;
}
.spaceTxt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;

letter-spacing:1px;
color:#463E39;
}

.mdTxt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#463E39;
}
.lgTxt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#463E39;
}







.PageTitle{ 
color: #f09; 
font-size: 14px; 
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif 
}

.lightBrown{
color:#BEB4B0;

}
.red{
color:#F26151;
}
.blue{
color:#517DAE;
}

.darkGray{
color:#7E7069;
}






ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
li {
	background: url(/img/bullet.gif) left top no-repeat;
	padding-left: 28px;
	margin-bottom: 18px;
	}

li.link {
	background: url(/img/bullet.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}


.innerSet ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;

	
}
	
.innerSet li {
	background: url(/img/bullet_long.gif) left top no-repeat;
	margin-bottom: 20px;
	padding:0 0 0 0;
	list-style-position: inside;
	line-height:18px;

}
.nobullet ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.nobullet li {
	background: url(/img/spacer.gif) left top no-repeat;
	padding-left: 28px;
	margin-bottom: 0;
}



a:link {
	color:#517DAE;
	
}
a:visited {
	color: #517DAE;
	
	
}
a:hover {
	color: #F26151;
	
}

.blueLink a:link {
	color:#517DAE;
	text-decoration: none;
}
.blueLink a:visited {
	color: #517DAE;
	text-decoration: none;
	
}
.blueLink a:hover {
	color: #F26151;
	text-decoration: none;
}

.sideNav a:link {
	color:#7E7069;
	text-decoration: none;
}
.sideNav a:visited {
	color: #7E7069;
	text-decoration: none;
	
}
.sideNav a:hover {
	color: #F26151;
	text-decoration: none;
}


.grayLink a:link {
	color:#BEB4B0;
	text-decoration: none;
}
.grayLink a:visited {
	color: #BEB4B0;
	text-decoration: none;
	
}
.grayLink a:hover {
	color: #F26151;
	text-decoration: none;
}