﻿/*******************************************************************************
	There was some interesting info found at the following website about
"font stacks".  These are sets of fonts that are commonly available on all 
browsers and are good replacements for eachother.  The list I'm using is a 
subset of those possibilities.

http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/
*******************************************************************************/
.font_normal_24{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:24px; line-height:30px;}
.font_normal_22{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:22px; line-height:28px;}
.font_normal_18{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:18px; line-height:26px;}
.font_normal_16{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:16px; line-height:22px;}
.font_normal_14{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:14px; line-height:18px;}
.font_normal_12{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:12px; line-height:16px;}
.font_normal_10{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:10px; line-height:12px;}

.font_relaxed_24{font-family:Tahoma, Verdana, Geneva; font-size:24px; line-height:30px;}
.font_relaxed_22{font-family:Tahoma, Verdana, Geneva; font-size:22px; line-height:28px;}
.font_relaxed_18{font-family:Tahoma, Verdana, Geneva; font-size:18px; line-height:26px;}
.font_relaxed_16{font-family:Tahoma, Verdana, Geneva; font-size:16px; line-height:22px;}
.font_relaxed_14{font-family:Tahoma, Verdana, Geneva; font-size:14px; line-height:20px;}
.font_relaxed_12{font-family:Tahoma, Verdana, Geneva; font-size:12px; line-height:16px;}
.font_relaxed_10{font-family:Tahoma, Verdana, Geneva; font-size:10px; line-height:14px;}

.font_formal_24{font-family:Georgia, Times, Times New Roman, serif; font-size:24px; line-height:30px;}
.font_formal_18{font-family:Georgia, Times, Times New Roman, serif; font-size:18px; line-height:26px;}
.font_formal_16{font-family:Georgia, Times, Times New Roman, serif; font-size:16px; line-height:22px;}
.font_formal_14{font-family:Georgia, Times, Times New Roman, serif; font-size:14px; line-height:18px;}
.font_formal_12{font-family:Georgia, Times, Times New Roman, serif; font-size:12px; line-height:16px;}

.font_codeblock_12{font-family:Courier New, Courier, monospace; font-size:12px; line-height:16px;}




.font_title_normal_orange{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:24px; line-height:30px; color:#ff9c00;}

.font_subtitle_normal_blue{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:20px; line-height:26px; color:#2900c2;}

.font_title_normal_orange{font-family:Arial, Helvetica Neue, Helvetica, sans-serif; font-size:24px; line-height:30px; color:#ff9c00;}
