/*
 * Serif Font Stacks
 *------------------
 *
 * The Times New Roman-based serif stack:
 *  Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times,
 *  "Times New Roman", serif
 *
 * A Modern Georgia-based serif stack:
 *  Constantia, "Lucida Bright", "LucidaBright", "DejaVu Serif", "Bitstream Vera Serif",
 *  "Liberation Serif", Georgia, serif
 *
 * A more traditional Garamond-based serif stack:
 *  "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville,
 *  "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond"
 *  "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif
 *
 * The Helvetica/Arial-based sans serif stack: 
 *  Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 
 *  'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 
 *  'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', 
 *  Helvetica, Arial, sans-serif
 *
 * The Verdana-based sans serif stack: 
 *  Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 
 * 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif
 *
 * The Trebuchet-based sans serif stack: 
 *  'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 
 *  'Bitsream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif
 *
 * The heavier �Impact� sans serif stack: 
 *  Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 
 *  'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif
 *
 * The Monospace stack: 
 *  Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 
 * 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 
 * 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace
 *===========================================================================*/

 .fs_serif_timesnew {
	font-family	: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
 }
 .fs_serif_georgia {
	font-family	: Constantia, "Lucida Bright", "LucidaBright", "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
 }
 .fs_serif_garamond {
	font-family	: Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
 }
 .fs_serif_garamond_traditional {
	font-family	: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
 }
 .fs_sans_helvetica {
	font-family	: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
 }
 .fs_sans_verdana {
	font-family	: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif;
 }
 .fs_sans_trebuchet {
	font-family	: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref', sans-serif;
 }
 .fs_sans_impact {
	font-family	: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
 }
 .fs_sans_monospace {
	font-family	: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
 }
 
/* 
body {	font-family: Arial,Helvetica,sans-serif; }
h1, h2, h3, h4, h5, h6 {
	font-family: Constantia, "Lucida Bright", LucidaBright, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia; 
}
*/

