/*********************
	START: RedEnvelope Brand Fonts
*********************/

	/*********************
		START: Brand default font set.
	*********************/

		body,
		form,
		table,
		input,
		select,
		label,
		h1, h2, h3, h4, h5, h6 {
			font-family:Helvetica, Arial, Sans-Serif, Verdana, Times New Roman;
			font-size:13px;
			font-weight:normal;
			color:#666;
			text-decoration:none;
		}

		a {
			color:#666;
			text-decoration:none;
		}

	/*********************
		END: Brand default font set.
	*********************/


	/*********************
		START: Font Overrides
	*********************/


		/*********************
			START: Colors
		*********************/
		
			.PrimaryColor { color:#666; }

			.PrimaryGhostedColor { color:#888; }

			.SecondaryColor { color:#990000; }

			.SecondaryGhostedColor { }

			.TernaryColor { color:#333; }

			.TernaryGhosted { }

			.AlertColor { color:Red; }

			.NegativeColor { color:White; }

			.NullColor { color:Black; }
			
			.PrimaryBackgroundColor {}
			
			.SecondaryBackgroundColor {}
			

		/*********************
			END: Colors
		*********************/


		/*********************
			START: Sizes
		*********************/

			.XXXXLargeSize { font-size:43px; }

			.XXXLargeSize { font-size:25px; }

			.XXLargeSize { font-size:20px; }

			.XLargeSize { font-size:16px; }

			.LargeSize { font-size:15px; }

			.StandardSize { font-size:13px; }

			.SmallSize { font-size:12px; }

			.XSmallSize { font-size:11px; }

			.XXSmallSize { font-size:9px; }

		/*********************
			END: Sizes
		*********************/


		/*********************
			START: Decorations
		*********************/

			.ResetDecorations {
				font-weight:normal;
				text-transform:none;
				text-decoration:none;
			}

			.Strong { font-weight:bold; }

			.Caps { text-transform:uppercase; }

			.Lower { text-transform:lowercase; }

			.Underlined { text-decoration:underline; }

			.Strike { text-decoration:line-through; }
			
			.Emphasize { font-style: italic; }

		/*********************
			END: Decorations
		*********************/


	/*************
		END: Font Overrides
	*************/


/*************
	END: RedEnvelope Brand Fonts
*************/