/* Style sheet for Financial Awareness Institute */

.background {
	background-image:url(images/bg_tile.jpg);
	background-repeat:repeat;
	background-color: #47608A;
}

.shadow_leftside {
	background-image:url(images/bg_leftside.jpg);
	background-repeat: repeat-y;
}

.shadow_top {
	background-image:url(images/bg_top.jpg);
	background-repeat:repeat-x;
}

.shadow_rightside {
	background-image:url(images/bg_rightside.jpg);
	background-repeat:repeat-y;
}

.shadow_bottom {
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-x;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #07026C;
}

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #5E6673;
}

.black_9px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.red_9px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}

.black_10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.black_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.black_11px_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.black_14px_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.bluegrey_11px_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A6570;
}

.bluegrey_14px_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5A6570;
}

.blue_9px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}

.white_9px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

