body {
	background-color: #F1F1F1;
}

.appColors {
    background-color: #000000;
    border-color: #F1F1F1;
    color: #65B22E;
}


#footer a:link, #footer a:visited {
    color: #000000;
}

#footer a:hover{
	color: #65B22E;
	text-decoration: underline;
}
#footer p{
    color: #000000;
}




#wsaPromo a.themedButton,
a.themedButton{
    color: #000000;
    background-color: #D9D9D9;
}

#wsaPromo a.themedButton:hover,
a.themedButton:hover{
    color: #65B22E;
    background-color: #D9D9D9;
}

#wsaPromo a.themedButton:active,
a.themedButton:active{
    color: #65B22E;
    background-color: #D9D9D9;
}

#header{
	background-color: #D9D9D9;
}

#footer{
	background-color: #D9D9D9;
}

#header h1 .HS{
	display: inline;
	color : #65B22E;
	font-size: 18px;
	font-weight: bold;
}

#header h1 {
    color : #65B22E;
    font-size: 18px;
    margin-top: 4px;
	font-weight: normal;
}



