.RedmanStyle01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: underline;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: nowrap;
}
.RedmanStyle02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFF00;
	background-position: right;
	background: #008080;
}
.RedmanStyle03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.RedmanStyle04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.RedmanStyle05 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.logo-image {
 -webkit-transition: background-color 400ms ease-in;
 -moz-transition: background-color 400ms ease-in;
 transition: background-color 400ms ease-in;
}
.logo-title {
 color: #B7BDC8;
 font-size: 2em;
 font-weight: normal;
 padding-bottom: .3em;
 -webkit-transition: color 400ms ease-in;
 -moz-transition: color 400ms ease-in;
 transition: color 400ms ease-in;
}
.logo-title:hover {
 color: #CEE2AE;
}

.logo-image:hover {
 background-color: #88B655;
}


