/************* SAMPLE FONT SIZES *****************/
#sample_font_size_1 { font-size: 85%; }
/*renders 11px */
#sample_font_size_2 { font-size: 100%; }
/*renders 13px */
#sample_font_size_3 { font-size: 108%; }
/*renders 14px */
#sample_font_size_4 { font-size: 123.1%; }
/*renders 16px */
#sample_font_size_5 { font-size: 138.5%; }
/*renders 18px */


/* GLOBAL */

body { font-family:Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Times New Roman", Times, serif; font-variant:small-caps; }
h1 { font-size:200%; margin-top:0;}
a { text-decoration: underline; }


/************* NAVIGATION *****************/

.primaryNavigation { font-family: Georgia, "Times New Roman", Times, serif; }
.primaryNavigation li{ line-height:30px; }
.primaryNavigation a{ font-size:92.3%; text-transform:uppercase; line-height:30px; text-decoration:none; }
.primaryNavigation ul ul li{ line-height:1; }
.primaryNavigation ul ul a{ text-transform:none; font-variant:small-caps; line-height:1; text-decoration:none; }

.support-link a{ font-family: Georgia, "Times New Roman", Times, serif; font-size:92.3%; text-transform:uppercase; line-height:30px; text-decoration:none; }

/************* CONTENT *****************/


ul.tabs li { line-height:30px; font-family: Georgia, "Times New Roman", Times, serif; }
ul.tabs a { font-size:115.38%; font-variant:small-caps; line-height:30px; text-decoration:none;}
ul.tabs a.current, 
ul.tabs a.current:hover, 
ul.tabs li.current a { cursor:default; }

.news-more-links li { line-height:14px; }
.news-more-links a { line-height:14px; text-decoration:none; }

.foot { font-size:85%; line-height:30px; }
