@media all {
	body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; }
	.formButton { font-size: 14px; color: #0fc; background-color: #FD6A6A; }
	.formText { font-size: 9px; color: #333; }
	.footertext { color: #999; }
	a.footertext:link { color: #888; text-decoration: none; }
	a.footertext:active { color: #666; text-decoration: none; }
	a.footertext:hover { color: #666; text-decoration: underline; }
	.bodycopy { color: #333; padding-right: 0px; padding-left: 0px; margin-right: 0px; }
	a.bodycopy:link { color: #369; text-decoration: none; }
	a.bodycopy:visited { color: #369; text-decoration: none; }
	a.bodycopy:active { color: #369; text-decoration: none; }
	a.bodycopy:hover { color:#369; text-decoration: underline; }
	.subheader { color: #A90056; font-weight: bold; text-transform: uppercase; }
	.subheader2 { font-size: 12px; font-weight: bold; color: #069; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fc6; }
	.subheader3 { color: #096; font-weight: bold; text-transform: uppercase; }
	.subheader3A { font-size: 13px; color: #096; font-weight: bold; text-transform: uppercase; }
	.subheader4 { color: #369; font-weight: bold; text-transform: uppercase; }
	.leftnav { color: #666; font-weight: normal; }
	a.leftnav:link { text-decoration: none; }
	a.leftnav:active { text-decoration: underline; }
	a.leftnav:hover { color: #11619A; text-decoration: underline; }
	.bgNorepeat { background-repeat: no-repeat; background-position: right; }
	.listdiamond { list-style-image: url(images/list_diamond.gif); }
	.pinkframe { border: 1px solid #DBB4B4; color: #333; padding-right: 0px; padding-left: 0px; }
	.pinktop { border-top-width: 1px; border-top-style: solid; border-top-color: #DBB4B4; }
	.repeatx { background-repeat: repeat-x; }
	.bgnoepeatleft { background-repeat: no-repeat; background-position: left; }
	.bgNorepeatLeft { background-repeat: no-repeat; background-position: left; }
	.contactBg { background: transparent url(images/bg_banner_contact.gif) no-repeat scroll 393px top; }
	.joinourteamBg { background: transparent url(images/bg_banner_joinourteam.gif) no-repeat scroll 393px top; }
	.tip { color: #fff; width: 250px; }
	.tip-title { font-weight: bold; font-size: 14px; margin: 0; padding: 8px 8px 4px; background: url(images/bubble.png) top left; }
	.tip-text { padding: 4px 8px 8px; background: url(images/bubble.png) bottom right; }
	.tip-text h3 { font-size: 13px; }
	.tip-text h4 { font-size: 12px; }
	.tip-text ul { padding-left: 15px; margin: 0; width: 220px; }
}
@media print {
	a[href^="http:"]:after { content: " ("attr(href)")"; }
}
