body {
	background-image: url(../images/page-setup/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20395A;
}
.footer-text {
	font-size: 9px;
}
.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #234265;
}
.error {
	background-color: #FFE8E8;
	border: thin double #666666;
}
.success {

	background-color: #D9FFD9;
	border: thin double #666666;
}
a:link {
	color: #1A3967;
}
a:visited {
	color: #1A3967;
}
a:hover {
	color: #006699;
}
.light-blue-header {
	color: #00A8E8;
	font-size: 24px;
}
.small-blue {
	font-size: 16px;
	color: #03A6E9;
}
