/* Header Text Styles
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-family	: "Trebuchet Ms", sans-serif; 
	font-weight: normal; 
}

h1 { 
	color : #a22e05; 
	font-size : 40px;
	font-weight : bold;
	margin-bottom : 30px;
	margin-top : 0px; 
}

h2 { 
	color : #a22e05; 
	font-size : 30px; 
	font-weight : normal;
	margin-bottom : 0px; 
}

h3 { 
	color : #222222; 
	font-size : 16px;
	font-weight : normal;
	line-height : 12px; 
	margin-bottom : 12px; 
}

h4 { 
	color : #222222; 
	font-size : 14px; 
	line-height : 15px; 
	font-weight : normal;
	margin-bottom : 15px;
}

h5 { 
	color : #222222; 
	font-size : 9px; 
	font-weight : normal; 
	margin-bottom : 15px; 
}

h6 { 
	color : #222222; 
	font-size : 8px; 
	font-weight : bold; 
	margin-bottom : 15px; 
}

/* Paragraph
-----------------------------------------------------------------------------*/

.par {
	margin-bottom : 10px;
}

.par.last {
	margin-bottom : 0px;
}

/* General Text Styles
-----------------------------------------------------------------------------*/

a:link,
a:visited,
a:active,
a:hover	{
	color : #a22e05;
}

a:hover {
	color : #a22e05;
	text-decoration	: underline;
}

.link {
	color : #a22e05;
	cursor : pointer;
}

.link:hover {
	color : #a22e05;
	text-decoration	: underline;
}

.emphasize {
	color : #a22e05;
}

.f12 {font-size : 12px;}
.f11 {font-size : 11px;}
.f10 {font-size : 10px;}

.fl {float : left;}
.fr {float : right;}
.fn {float : none;}

.fwn {font-weight : normal;}
.fwb {font-weight : bolder;}
.fsi {font-style : italic; }

.fcr {color : red; }
.fcg {color : green; }

.cl {clear : left;}
.cr {clear : right;}
.cb {clear : both;}
.clear {clear : both;}

.tar {text-align : right;}
.tal {text-align : left;}
.tac {text-align : center;}

.di {display : inline;}
.db {display : block;}
.dn {display : none;}