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

h1 { 
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	border-bottom-color: #bababa; 
	color: #007530;
	font-size: 18px;
	font-weight: bold; 
	margin: 0px 0px 40px 0px; 
	padding: 0px 5px 5px 5px;
}

h1 .h {
	color: #7ca841;
	font-weight: bold;
	font-style: normal;
}

h2 { 
	color: #333333; 
	font-size: 32px; 
	font-style: italic; 
	font-weight: normal; 
	line-height: 32px;
	padding-bottom : 10px;
	margin-bottom: 40px;
}

h3 { 
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 25px;
}

h4 { 
	color: #646568;
	font-size: 30px; 
	font-weight: normal;
	font-style: italic;
	line-height: 35px;
	margin-bottom: 10px;
}

h5 { 
	color: #333333;
	font-size: 15px; 
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 10px;
}

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

.par {
	margin-bottom : 20px;
}

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

.par.text {
	line-height: 22px;
}

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

a:link, 
a:visited, 
a:active { 
	color : #007530;  
	text-decoration : none; 
}

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

.link {
	color : #007530;  
	cursor : pointer;
	text-decoration : none; 
}

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

.f14 {font-size: 14px;}
.f13 {font-size: 13px;}
.f12 {font-size : 12px;}
.f11 {font-size : 11px;}
.f10 {font-size : 10px;}

.fsl {font-size: 16px;}
.fsm {font-size: 14px;}
.fss {font-size: 12px;}

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

/* Body.Standard-Popup
-----------------------------------------------------------------------------*/

body.standard-popup h3 { 
	color: #939393;
	font-size: 16px; 
	font-weight: normal;
	line-height: 16px;  
	margin: 0px 0px 16px 0px;
}