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

h1,h2,h3,h4,h5,h6 { 
	font-family	: "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	font-weight: normal; 
}

h1 { 
	color : #74970e; 
	font-size : 22px;
	font-weight : normal;
	line-height : 22px;
	margin-bottom: 15px;
	letter-spacing : -1px;
}

h2 { 
	color : #222222; 
	font-size : 1.5em; 
	font-weight : normal;
	margin-bottom : 0.75em; 
}

h3 { 
	background : #ECF1DD;
	color : #4E6117;
	font-size : 12px;
	font-weight : bold;
	margin-bottom : 10px;
	padding : 8px; 
}

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

.text {
	line-height : 20px;
}

.par {
	margin-bottom : 1.5em;
}

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

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

a:link,
a:visited,
a:active,
a:hover	{
	color : #222222;
	text-decoration : underline;
}

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

.link {
	color : #3399FF;
	cursor : pointer;
}

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

.f12 {font-size : 1em;}
.f11 {font-size : 0.9em;}
.f10 {font-size : 0.8em;}

.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;}