/* CSS Document */

/* Text within body */
body 				{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff }
body td  			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff }

/* Links within body */
body a:link			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
body a:visited 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
body a:active 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
body a:hover		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }

/* Links within body */
.benefits					{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
.benefits a:link			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
.benefits a:visited 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
.benefits a:active 			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
.benefits a:hover			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }

/* Links with no underline */
.no-underline				{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF }
.no-underline a:link		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF; text-decoration: none }
.no-underline a:visited		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF; text-decoration: none }
.no-underline a:active 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF; text-decoration: underline }
.no-underline a:hover		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCFF; text-decoration: underline }

/* Bottom links on homepage */
.bottom-home				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCFF }
.bottom-home a:link			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCFF; text-decoration: none }
.bottom-home a:visited		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCFF; text-decoration: none }
.bottom-home a:active 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCFF; text-decoration: underline }
.bottom-home a:hover		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCFF; text-decoration: underline }

/* Header */
.Header { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ffffff }