body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;

}

.style1 {
	width: 173px;
	height: 260px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

.navEntry {
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.navEntry a {
	color: #FFFFFF;
	text-decoration: none;
}


.navEntry a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navEntry a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navEntry a:hover {

	color: #000000;

}

.RedEmphasis {
        color: #C41200;
        font-weight: bold;
}

.WellspringRed {
        color: #C41200;
}

.bodytext {
   font-family: sans-serif;
   font-size: 12px;
   color: #333333;
   line-height: 22px;
   padding-right: 50px;
   margin-bottom: 15px;
   margin-top: -10px;
}


#footer {
   width: 100%;
   text-align: right;
   font-family: sans-serif;
   font-size: 10px;
}


a:link {
        color: #994040;
        text-decoration: none;
}

a:hover {
        color: #803030;
}

.bodytext a:hover{
        color: black;
}

a:active {
        text-decoration: none;
        color: #333333;
}
a:visited {
        color: #994040;
        text-decoration: none;
}

