/* CSS Framework

	File Name	: font.css
	
-------------------------------*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) 
--------------------------------------------------------------------*/

html{
	font-size:100%;
}

body{
	font-size:12px;
	text-align:left;
}


/* Headings
----------------------------------------------------------------------*/

h1{
	font-size:1.83em;
	line-height:1.00em;
	font-weight:bold;
	margin:0 0 10px 0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#000;
	letter-spacing:-0.04em;
	text-align:left !important;
}

h2{
	font-size:1.17em;
	font-weight:bold;
	font-family:"Arial Narrow", sans-serif;
	color:#000;
	text-transform:uppercase;
	text-align:left !important;
}

h3{
	font-size:1.17em;
	font-weight:bold;
	font-family:"Arial Narrow", sans-serif;
	color:#000;
	text-transform:uppercase;
	text-align:left !important;
}	

h4{
	font-size:0.92em;
	font-family:Arial, Helvetica, sans-serif;
}


/* Text elements
-------------------------------------------------------------------------*/

p,span,table{
	font-size:1.08em;
	font-weight:normal;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#000;
	margin-bottom:8px;
}

label{
	font-size:1.08em;
	font-weight:normal;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#000;
	text-align:left !important;
}

li{	
	color:#000;
	font-size:1.08em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
	
a{
	font-size:1.08em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#FF9000;
	line-height:1.08em;
}

h3 a{
	color:#000;
}

/* Font Classes
--------------------------------------------------------------------------*/

.big_font_1{
	font-size:1.17em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

.v_big_font{
	font-size:2.00em;
	font-family:"Franklin Gothic Medium";
}

.italic{font-style:italic;}
.bold{font-weight:bold;}
.undr_line{text-decoration:underline;}
.normal{font-weight:normal !important;}