/*
Content CSS - Verdandi
Author:		Paul West
Created:	2005/10/02
*/

@import url(/css/base.css);
@import url(/css/nav.css);

/* Titles */
.h1{
	font-size: 18px;
	
	line-height: 28px;
}

.h2, .h2w, .h2o{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.h2w{
	color: #FFF;
}

.h2o{
	color: #ED750F;
}

.h3{
	font-size: 11px;
	line-height: 22px;
}

.h4{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

/* Content Styles */
.ctw{
	color: #FFF;
}

.cto{
	color: #ED750F;
}


/* Misc */
P{	
	margin-top:10px;
	margin-bottom:0px;
}

.note{
	font-size: 10px;
	padding: 3px;
	color: #000;
}

.legalnote{
	font-size: 10px;
	line-height: 12px;
	color: #000;
}
