/* Header Text Styles
-----------------------------------------------------------------------------*/

h1,h2 { 
	font-family	: Arial,Verdana, Sans;
	font-weight: normal; 
}

h3,h4,h5,h6 { 
	font-family	: Arial,Verdana, Sans;
	font-weight: normal;
}

h1 { 
	color : #2c2c2c; 
	font-size : 26px;
	font-weight : normal;
	line-height : 1;
	margin-bottom: 30px; 
}

h2 { 
	color : #2c2c2c; 
	font-size : 18px; 
	font-weight : bold;
	font-family : Arial;
	margin-bottom : 10px
}

h3 { 
	color : #2c2c2c; 
	font-size : 24px;
	font-weight : normal;
	margin-bottom : 15px;
}

h4 { 
	color : #aec561; 
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 15px;
}

h5 { 
	border-bottom : 1px solid #DEDEDE;
	color : #2F2C27; 
	font-size : 1.1em;
	font-weight : bold;
	line-height : 1; 
	margin-bottom : 1em;
	padding-bottom : 0.25em;
}

h6 { 
	color : #2F2C27; 
	font-size : 0.8em; 
	line-height : 1.25; 
	font-weight : normal;
	margin-bottom : 1.25em;
}
sup {
	line-height: 3px;
	font-size: 9px
}
sub {
	line-height: 3px;
}


/* Paragraph
-----------------------------------------------------------------------------*/

.par {
	margin-bottom : 15px;
}

.par.last {
	margin-bottom : 0;
}

.text {
	line-height : 17px;
}

/* General Text Styles
-----------------------------------------------------------------------------*/

a {
	cursor : pointer;
}

a:link,
a:visited,
a:active,
a:hover	{
	color : #549FC3;
}

a:hover {
	color : #5DB4DE;
}

.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;}