/* Font Sizes */
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }

/* Line Heights */
.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }
.lh26 { line-height: 26px; }
.lh28 { line-height: 28px; }

/* Headline Styles */
h1, .h1{
	padding-bottom:12px;
	font:700 24px/28px "museo-sans-condensed",sans-serif;
	color:#632f73;
}
h2, .h2{
	padding-bottom:12px;
	font:700 24px/28px "museo-sans-condensed",sans-serif;
	color:#999;
}
h3, .h3{
	padding-bottom:12px;
	font:500 18px/22px "museo-sans",sans-serif;
	color:#632f73;
}
h4, .h4{
	padding-bottom:12px;
	font:500 18px/22px "museo-sans",sans-serif;
	color:#999;
}
h5, .h5{
	padding-bottom:12px;
	font:700 14px/20px "museo-sans",sans-serif;
	color:#632f73;
}
h6, .h6{
	padding-bottom:12px;
	font:700 14px/20px "museo-sans",sans-serif;
	color:#999;
}

/* Generic Font Styles */
.ff-trebu{
	font-family: "Trebuchet MS",
             Tahoma,
             Arial,
             sans-serif;	
}
.ff-cgoth{
	font-family: "Century Gothic",
             "Lucida Grande",
             "Lucida Sans",
             "Bitstream Vera Sans",
             Verdana;	
}
.ff-palat{
	font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;
}
.ff-corbe{
	font-family: Corbel,
             "Lucida Grande",
             "Lucida Sans Unicode",
             "Lucida Sans",
             "DejaVu Sans",
             "Bitstream Vera Sans",
             "Liberation Sans",
             Verdana,
             sans-serif;
}
ff-cambr{
	font-family: Cambria,
             "Hoefler Text",
             Utopia,
             "Liberation Serif",
             "Nimbus Roman No9 L",
             Times,
             "Times New Roman",
             serif;
}
b, strong{
	font-weight:bold;
}
i, em{
	font-style:italic;
}