	body
		{
			background: #ffffff;
			text-align: center;
			margin: 0px auto;
			width: 700px;
		}
		
		p
		{
			font-family: Helvetica, Arial, san-serif;
			font-size: 12px;
			color: #000000;
			line-height: 16px;
			text-align: left;
		}
		
		li
		{
			font-family: Helvetica, Arial, san-serif;
			font-size: 12px;
		}
		
		h1
		{
			font-family: Helvetica, Arial, san-serif;
			font-size: 26px;
			font-weight: bold;
			color: #ed548f;
			text-align: left;
		}
		
		h2
		{
			font-family: Helvetica, Arial, san-serif;
			font-size: 14px;
			font-weight: bold;
			color: #333333;
			text-align: left;
			text-transform: uppercase;
		}
		
		h3
		{
			font-family: Helvetica, Arial, san-serif;
			font-size: 13px;
			font-weight: bold;
			color: #ed548f;
			text-align: left;
		}
		
		a
		{
			color: #ed548f;
			text-decoration: underline;
		}
	
		
		a:visted, a:active
		{
			color: #ed548f;
			text-decoration: underline;
		}
			
		a:hover
		{
			color: #FF3366;
			text-decoration: none;			
		}
		
	
		.rightcol
		{
			margin-right:15px;
		}
			
		
		.image_body
		{
			margin: 0 40px 10px 0;
		}
		
		.table_image_left /*these images are half width of content box */
		{
			margin-right: 15px;
		}
		
		.table_image_right /*these images are half width of content box */
		{
			margin-left: 15px;
		}
		
		.bold
		{
			font-weight: bold;
		}
		
		.italic
		{
			font-style: italic;
		}
		
		.bold_italic
		{
			font-style: italic;
			font-weight: bold;
			color: #ed548f;
		}
		
		.dashedBorder
		{
			border-top: 1px dashed #333333;
			clear: both;
		}
		
			.footerText
		{
			font-family: Helvetica, Arial, san-serif;
			font-size: 10px;
			color: #ed548f;
			text-align: left;
		}
		
		.logo
		{	
			margin-top: 10px;		
			margin-bottom: 20px;
		}
		
		.pink
		{
			background-color: #fbd8e6;
			padding: 3px 0 3px 5px;
		}
		
		.pink_large
		{
			background-color: #ed548f;
			padding: 5px;
			color: #ffffff;
		}
		
		.col1
		{
			margin: 0 10px 0 10px;
		}
		
		.caption
		{
			font-size: 10px;
			color: #ed548f;
		}
	
