/* CUSTOM STYLES FOR CLIENT */

#cstm-logo{
	background:url(logos/123.gif) top left no-repeat;
	width:195px;
	height:55px;
	margin:0 0 15px 0;
}

#meview h1{
	color:#000;
	margin:20px 0 0 0;
}

#meview h2{
	color:#b9003e;
	font-size:120%;
	font-weight:normal;
	margin:10px 0 3px 0;
	letter-spacing:1px;
}

#meview span.accent{
	color:#b9003e;
	padding:0 3px;
}

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

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

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


