/**********************************
 *
 * IdeaBuyer.com : The Online Intellectual Property Marketplace
 *
 * Copyright 2007, IdeaBuyer, LLC
 * All Rights Reserved
 *
 * version:			4.0
 * 
 * created by:		Lee Vaughn
 * created on:		July 16, 2007
 *
 * last modified by:	 Lee Vaughn
 * last modified on:	 September 10, 2007
 ************************************/

/************************************************************************** 
File Name: 	Legal Cascading Style Sheet

Description: 	This CSS contains all the page specific style information for the
			legal pages (terms of use, privacy policy).
			
***************************************************************************/

	
.legal h2 {
	font-size: 15px;
	color: #336699;
	}

.legal h3 {
	font-size: 12px;
	color: #336699;
	font-style: italic;
	}

.legal h4 {
	font-size: 14px;
	color: #336699;
	font-style: italic;
	margin: 20px 10px;
	}

.legal p {
	font-size: 13px;
	margin: 25px 0;
	}

.legal .footer_terms {
	font-size: 10px;
	}
	
#aboutus h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	}

