body {
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, p, a, td, div, input, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.larger {
	font-size: 14px;
}
.largerBold {
	font-size: 14px;
	font-weight: bold;
}
.largest {
	font-size: 16px;
}
.largestBold {
	font-size: 16px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

.required {
	color: red;
}
.comingSoon {
	font-weight: bold;
	color: #8D9DA9;
}

/* FOOTER */
.footerLink {
	color: #425971;
	font-size: 11px;
	text-decoration: underline;
}
a.footerLink:hover {
	color: #000000;
}
.footer {
	color: #425971;
	font-size: 10px;
}


/* BACKGROUNDS */

.bg001 {
	background-color: #B1C1D1;
}
.bg002 {
	background-color: #A9A6A1;
}
.bg003 {
	background-color: #FFFFFF;
}
.bg004 {
	background-color: #8D9DA9;
}
.bg005 {
	background-color: #C9CDCC;
}
.bg006 {
	background-color: #DDEAFA;
}
.bg007 {
	background-color: #C7D4DD;
}
.bg008 {
	background-color: #B0B5B9;
}
.bg009 {
	background-color: #A0A0A0;
}
.bg010 {
	background-color: #DEDEDE;
}
.bg011 {
	background-color: #DDE5EC;
}
.bg012 {
	background-image:  url(images/design/divider_dots.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.bg013 {
	background-image:  url(images/design/right_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.bg014 {
	background-image:  url(images/design/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #EFF3F6;
}

