.topBanner{
	background-image: url(banner.jpg);
	height: 120px;
	background-repeat: no-repeat;
}

.themeColor1, .themeColor1 a{
	color: #CC4749;
}

a.themeColor1:hover, .themeColor1 a:hover{
	text-decoration: none;
	color: #A33126;
}

.themeColor2, .themeColor2 a{
	color: #A33126;
}

a.themeColor2:hover, .themeColor2 a:hover{
	text-decoration: none;
	color: #CC4749;
}

.themeBorder1 a {
	border: 2px solid #CCCCCC;
}

.themeBorder1 a:hover {
	border: 2px solid #cc4749;
}