@charset "utf-8";
/* CSS Document */

body {
	background:#132D50 url('http://www.onedaywealth.com/images/bg.jpg') repeat-x;
	text-align:center
}

/* classes */
.arial {
	font-family:Arial, Helvetica, sans-serif;
}

.Georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.px12 {
	font-size:12px;
}

.px14 {
	font-size:14px;
}

.px16 {
	font-size:16px;
}

.px18 {
	font-size:18px;
}

.px30 {
	font-size:30px;
}

.em5 {
	font-size:5em;
}

.white {
	color:#fff;
}

.light-blue {
	color:#1C3961;
}

.sky-blue {
	color:#498BD6;
}

.strong {
	font-weight:bold;
}