.whiteText {color:#ffffff;}
.redText {color:#cc092f}

.pquote {
	float: right;
	width: 50%;
	background: url(/images/2008/11/28/openquote.gif) top left no-repeat;
			color: #030;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			line-height: 20px;
			font-style: italic;
			padding: 10px 0 15px 25px;
			margin: 0;
		}
		
.pquote p:first-letter {
			font-size: 24px;
			font-weight: bold;
                }

/***** custom bullet list ******/
.arrow_list {
	background-image:url(/images/2008/11/21/arrow_red.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

/***** different link colors based on background ******/
a.white:link {color: #ffffff; font-weight: bold; text-decoration: none;}
a.white:active {color: #ffffff; font-weight:bold; text-decoration: none;}
a.white:visited {color: #ffffff; font-weight:bold; text-decoration: none;}
a.white:hover {color: #ffffff; font-weight:bolder; text-decoration: none;}

a.black:link {color: #000000; font-weight: bold; text-decoration: none;}
a.black:active {color: #000000; font-weight:bold; text-decoration: none;}
a.black:visited {color: #000000; font-weight:bold; text-decoration: none;}
a.black:hover {color: #000000; font-weight:bolder; text-decoration: none;}
