body {
	background-image: none;
	background-attachment:fixed;
	}

.UpperText {
	font-family: Helvetica, Arial;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 15px;
	color: #E0CCC5;
}


.LowerText {
	font-family: Helvetica, Arial;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 12px;
	color: #E0CCC5;
	}

.MicroText {
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 1px;
	color: #1D100D;
}

a:link {
	color:#E0CCC5;
	text-decoration:none;
}

a:visited { 
        color: #E0CCC5;
        text-decoration:none;
}

a:hover { 
        color: #E0CCC5;
        text-decoration: underline;
}

a:active { 
        color: #E0CCC5;
        text-decoration: underline;

}