body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

/*  ***** HEADERS and HEADLINES ***** */
/*USED: Headlines for page content - not articles*/
h1 {
	font-size: 18px;
	color: #2B6796;
}

/*USED: Complement the page content headlines*/
h2 {
	font-size: 16px;
	color: #2B6796;
}

/*USED: To highlight paragraph and page sections*/
h3 {
	font-size: 13px;
	color: #2B6796;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*USED: */
h4 {
	font-size: 120px;
	color: #000000;
/*looking to remove this*/
}


/*USED: for sub-text i.e. copy right, disclaimer, footnote*/
h6 {
	font-size: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tbl_hdr {
	font-size: 12px;
	color: #000000;
	font-weight:700;
}

.tbl_select1 {
	font-size: 12px;
	font-weight:700;
	color: #2B6796;
}

.tbl_select2 {
	font-weight:700;
	color: #000000;
}


/*  **** */


/*  ***** MANUAL STYLES **** */
.man_color_blue 		{ color : #2B6796;}
.man_color_orange 		{ color : #ED850C;}
.man_color_black 		{ color : #000000;}
.man_color_txtwhite 	{ color : #FFFFFF;}
.man_font_size-18		{ font-size:18px;}
.man_font_size-16		{ font-size:16px;}
.man_font_size-12		{ font-size:12px;}

/* ***** LINKS ***** */

/* For links used in the body */
a, a:active {
	color:#2B6796;
	text-decoration:none;
	font-weight:bold;
}
a:hover	{
	text-decoration:underline;

}


/*  ***** TEXT MANIPULATIONS **** */
.txt_quote-p1 {
	color : #2B6796;
	font-style:italic;
	font-size: 14px;
}
.txt_quote-p2 {
/*	color : #2B6796;  */
	font-weight:bold;
	font-style:italic;
	font-size: 10px;
}
.p_hdr{
	color : #2B6796;
	font-weight:bold;	
}

/* ***** MISC ***** */
p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
/*	margin-bottom: 18px;*/s
}
