a:link {
        font-family: Arial, sans-serif;
        color: #52443C;
        font-size: 11px;
}

a:visited {
        font-family: Arial, sans-serif;
        color: #52443C;
        font-size: 11px;
}

a:active {
        font-family: Arial, sans-serif;
        color: #52443C;
        font-size: 11px;
}

a:hover {
        font-family: Arial, sans-serif;
        color: #52443C;
        font-size: 11px;
}

/*
	custom styles shifted here from UserGlobalStyle.css
	to prevent future upgrade problems
*/

.FormBox {
	background-color: #fff3cb;
}

div.FormBox {
	background-color: #fff3cb;
}

.FormBox .Divider {
	background-color: #fff3cb;
}

.FormBoxNoWidth .Divider {
	background-color: #fff3cb;
}

.FormBox .dividerHeading {
	background-color: #fff3cb;
}

.FormBoxNoWidth .dividerHeading {
	background-color: #fff3cb;
}

.cstmBack {
	background-color: #fff3cb;
}

.FormInsetBox {
	border: 1px solid #fff3cb;
}

