/*NOTE:
		dark blue		#1E3777 is used for CMYK color 100,90,10,10
		light cyan	#9AC1E5 is used for CMYK color 50,10,0,0
		light gray	#9B9C9E is used for CMYK color 0,0,0,50
		dark gray		#666666
*/

.logo_payoff{
  font-family: Arial;
  font-size: 8pt;
  text-align: left;
  white-space: normal;
  font-style: normal;
  color: #1E3777;
  vertical-align: middle;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-decoration: none;
}
.footer_note{
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	white-space: normal;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	color: #9B9C9E;
	vertical-align: middle;
}
.body_txt {
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	line-height: normal;
	white-space: normal;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}
.body_bw_txt {
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	line-height: normal;
	white-space: normal;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.caption_txt {
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	line-height: 20px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.caption_right_txt {
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
	text-align: right;
	line-height: 20px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

/*	This one is to be used at the left side of the page main image*/
.body_txt_main_image {
	font-family: Arial;
	font-size: 9pt;
	text-align: right;
	list-style-type: disc;
	line-height: normal;
	white-space: normal;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
.body_txt_3rd_column {
	font-family: Arial;
	font-size: 9pt;
	text-align: justify;
	list-style-type: disc;
	line-height: normal;
	white-space: normal;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}
.body_txt_3rd_column_bw {
	font-family: Arial;
	font-size: 9pt;
	text-align: justify;
	list-style-type: disc;
	line-height: normal;
	white-space: normal;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

h1, .head1_txt {
	font-family: Arial;
	font-size: 12pt;
	color: #1E3777;
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
/*	padding-left: 5px;	*/
}

h2, .head2_txt {
	font-family: Arial;
	font-size: 10pt;
	color: #1E3777;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	padding-right: 5px;
/*	padding-left: 5px; */
}

/* Formats with gray background and white text color
*/
.copyright_txt {
	font-family: Arial;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	background-color: #999999;
	line-height: 20px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.head1_bw_txt {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #9B9C9E;
	line-height: 30px;
}
.head2_bw_txt {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #9B9C9E;
	line-height: 30px;
}
.head3_bw_txt {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	background-color: #999999;
	line-height: 15px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
/********************************************/
/* 	Navigation bars							*/
/********************************************/
/*	Navigation bar located at top right of the page.
	The link will be highlighted only on 'mouse hover'
*/
.top_right_nav_txt {
	font-family: Arial;
	font-size: 9pt;
	text-align:right;
	line-height: normal;
	white-space: normal;
	color: #9B9C9E;
}
#top_right_nav_ID a{
	color:#9B9C9E;
	text-decoration: none;
}
#top_right_nav_ID a:hover{
	color:#9B9C9E;
	text-decoration: underline;
}
#top_right_nav_ID a:visited{
	color:#9B9C9E;
	text-decoration: none;
}

/*	Main navigation bar
	The link will be highlighted only on 'mouse hover'
*/
.nav_main_txt {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	text-align: left;
	text-decoration:none;
	line-height: 25px;
	background-color: #1E3777;
	font-weight: normal;
}
#nav_main_ID a{
	color:#FFFFFF;
	text-decoration: none;
}
#nav_main_ID a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#nav_main_ID a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
/*	Main sub menu navigation bar
	The link will be highlighted only on 'mouse hover'
*/
.nav_main_sub_txt {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	text-align: left;
	text-decoration:none;
	line-height: 25px;
	background-color: #9AC1E5;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
#nav_main_sub_ID a{
	color:#000000;
	text-decoration: none;
}
#nav_main_sub_ID a:hover{
	color:#000000;
	text-decoration: underline;
}
#nav_main_sub_ID a:visited{
	color:#000000;
	text-decoration: underline;
}
/*	Navigation bar located at the left of the page
	The link will be highlighted only on 'mouse hover'
*/
.nav_side_bar_txt {
	color:#666666;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav_side_bar_ID a{
	color:#77161A; /*red*/
	text-decoration: none;
}
#nav_side_bar_ID a:hover{
	color:#1E3777; /*dark blue*/
	text-decoration: none;
}
#nav_side_bar_ID a:visited{
	color:#77161A; /*9AC1E5 light cyan*/
	text-decoration: none;
}

/* Formats with light cyan backgound and white tect color
*/
.head2_cyan_txt {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #9AC1E5;
	line-height: 30px;
}

/* Re-defines anchor tag
*/
a:link {
	color:#77161A;
}
a:hover {
	color:#1E3777;
}
a:visited {
	color: #77161A;
}
.read_more_txt {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	text-align: right;
/*	padding-right: 5px; */
	padding-left: 5px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b9b9b;
}

.upperline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9b9b9b;
}
.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial;
}



/*	These styles will be used for the NEWS section of the home page
*/
.home_news_head {
	font-family: Arial;
	font-size: 10pt;
	color: #1E3777;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 20px;
	padding-left: 0px;
	line-height: 40px;
	border-top-style: dotted;
	border-top-width: 1px;
}
.home_news_txt {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	list-style-type: disc;
	white-space: normal;
	font-style: normal;
	line-height: 20px;
}
/*	These style is to be used with the READ MORE link
*/
.home_read_more_txt {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	text-align: right;
	line-height: 30px;
}
/*	These styles are to be used for the UPCOMING EVENT section of the
	home page.
*/
.home_events_head {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #9b9b9b;
	border-right: #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-left: #9b9b9b;
}
.home_events_txt {
	font-family: Arial;
	font-size: 8pt;
	text-align: justify;
	list-style-type: disc;
	line-height: 20px;
	white-space: normal;
	font-style: normal;
	color: #000000;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b9b9b;
}

.home_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b9b9b;
	padding-right: 20px;
	padding-left: 0px;
}

.home_upperline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9b9b9b;
	padding-right: 20px;
	padding-left: 0px;
}

.home_head1_txt {
	font-family: Arial;
	font-size: 12pt;
	color: #1E3777;
	font-style: normal;
	font-weight: bold;
}
