/* ---------------------------------------- 

Created: Eric
Date: 03/04/2009

---------------------------------------- */

@media screen
{
	/* -------------------- Browser Resets -------------------- */
	/* --------------------  -------------------- */
	
	body
	{
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		color:#990000;
		font-family:"Times Bold", "Times New Roman", Times, serif;
		margin:0;
		padding:0;
	}
	
	p
	{
		margin:0;
		padding:0 0 20px 0;
	}
	
	a:link, a:visited
	{
		color:#990000;
		text-decoration:underline;
	}
	
	a:hover
	{
		color:#000;
	}
	
	
/* -------------------- Sub Page -------------------- */
	
	h1
	{
		font-size:28px;
		margin:0 0 20px 0;
	}
	
	h2
	{
		font-size:18px;
		color:#000;
	}
	
	h3
	{
		font-size:16px;
	}
	

	h4
	{
		font-size:14px;
	}
	
	h5
	{
		font-size:12px;
	}
	
	/* -------------------- Navigation -------------------- */
	
	#proContainer2 #proSubNavRight .searchBox
	{
		color:#666;
		font-size:11px;
	}
	
	/* -------------------- Right Column -------------------- */
	
	#proBodyLeftContainer a:link, #proBodyLeftContainer a:visited
	{
		color:#330000;
		display:block;
		font-size:11px;
		padding:10px 3px 0 10px;
		width:auto;
	}
	
	#proBodyLeftContainer a:hover
	{
		text-decoration:none;
	}
	
	/* -------------------- Right Column -------------------- */
	
	#proBreadcrumb, #proBreadcrumb a:link, #proBreadcrumb a:visited
	{
		color:#0187cd;
		text-decoration:none;
		font-size:11px;
	}
	
	#proBreadcrumb a:hover
	{
		text-decoration:underline;
	}
	
	#proBodyRightColumnMiddle .newsSummary
	{
		color:#990000;
		font-size:11px;
	}
	
	#proBodyRightColumnMiddle .newsSummary a:link, #proBodyRightColumnMiddle .newsSummary a:visited
	{
		color:#990000;
		text-decoration:underline;
	}
	
	#proBodyRightColumnMiddle .newsSummary a:hover
	{
		color:#000;
	}
	
	#proBodyRightColumnMiddle .newsSummary strong.date
	{
		color:#000;
		display:block;
		padding-bottom:8px;
	}
	
	/* -------------------- Promotions Item -------------------- */
	
	.proPromotionsItem .copy
	{
		color:#330000;
		font-size:11px;
	}
	
	.proPromotionsItem .copy a:link, .proPromotionsItem .copy a:visited
	{
	}	
		
		
	/* -------------------- Sub Page Footer -------------------- */
	
	#proFooterContainer, #proFooterContainer a:link, #proFooterContainer a:visited
	{
		color:#ffffcc;
		font-size:11px;
		text-decoration:none;
	}
	
	#proFooterContainer a:hover
	{
		text-decoration:underline;
	}
	
	#proFooterContainer .left
	{
		font-size:11px;
	}

	#proFooterContainer, 
	#proFooterContainer a:link, 
	#proFooterContainer a:visited
	{
		color:#c1997a;
	}
	
	#proFooterContainer a:hover
	{
		text-decoration:underline;
	}
	
	/* -------------------- Form -------------------- */
	
	.glFormHeader
	{
		color:#fff;
		font-family:"Times Bold", "Times New Roman", Arial, Helvetica, sans-serif;
		font-size:22px;
	}
	
	h4.promotions, h4.contactUs
	{
		font-size:20px;
	}
	
	#winnersList .header span
	{
		color:#fff;
		font-size:13px;
		font-weight:bold;
	}
	
}

@media print
{
}