/* Header Text Styles
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-family	: "Trebuchet MS", sans;
	font-weight : normal; 
	font-style : italic;
}

h1 { 
	color : #2885ba; 
	font-size : 58px;
	font-weight : normal;
	line-height : 60px;
	letter-spacing : -3px;
}

h2 { 
	color : #2885ba; 
	font-size : 18px; 
	font-weight : normal;
	margin-bottom : 9px; 
}

h3 { 
	color : #2885ba; 
	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; 
}

/* Sup
-----------------------------------------------------------------------------*/

sup {
	font-size: .7em;
	padding-left: .2em;
	line-height: .7em;
}

/* Sub
-----------------------------------------------------------------------------*/

sub {
	font-size: .7em;
	padding-left: .1em;
	line-height: .7em;
}


/* Paragraph
-----------------------------------------------------------------------------*/

.par {
	margin-bottom : 20px;
}

.par.last {
	margin-bottom : 0px;
}

/* General Text Styles
-----------------------------------------------------------------------------*/

a:link,
a:visited,
a:active,
a:hover	{
	color : #2885ba;
}

a:hover {
	color : #2885ba;
	text-decoration	: none;
}

.link {
	color : #2885ba;
	cursor : pointer;
}

.link:hover {
	color : #2885ba;
	text-decoration	: underline;
}

/*
sup {
	line-height : 50%;
}
*/

.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;}

.hidden { visibility: hidden;}
