﻿/* standard markup */
a:link 						{
	color: #112A6D;
	text-decoration: none;
	text-align: center;
}
a:visited 					{color: #112A6D;	text-decoration:none;}
a:hover 					{color: #ff3300; 	text-decoration:underline;}
a:active 					{color: #112A6D;	text-decoration:none;}
a:focus 					{color: #112A6D;	text-decoration:underline;}

h6 							{color: #112A6D; 	font-size:9pt;	font-weight:normal;}
h5 							{color: #112A6D; 	font-size:9pt;	font-weight:normal;}
h4 							{color: #112A6D; 	font-size:9pt;	font-weight:normal;}
h3 							{
	color: #112A6D;
	font-size: medium;
	font-weight: normal;
}
h2 							{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}
h1 							{color: #112A6D; 	font-size:11pt;	font-weight:bold;}

td							{
	color: #000000;
	font-size: medium;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
textarea					{color: #000000;	font-size:9pt; 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
table						{color: #000000;	font-size:9pt; 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
p							{
	color: #000000;
	font-size: medium;
	font-family: "Trebuchet MS";
}
body						{color: #000000;	font-size:9pt; 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}

/* stylized text logo */
.text_logo					{color:#BCCAE2; 	font-size:14pt; font-family:Trebuchet MS, Helvetica, sans-serif;	font-weight:normal;	font-style:oblique; }


/* page title */
#page_title					{color:#BCCAE2; 	font-size:10pt; font-family:Trebuchet MS, Helvetica, sans-serif;	font-weight:normal;	font-style:oblique; }
#page_title	h1				{color:#BCCAE2; 	font-size:10pt; font-family:Trebuchet MS, Helvetica, sans-serif;	font-weight:normal;	font-style:oblique; }

/* icons */	
#icons						{color:#112A6D;		font-size:8pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}
		#icons a:link		{color:#112A6D;} 
		#icons a:visited	{color:#112A6D;} 
		#icons a:hover		{color:#EF9219; 	text-decoration:none;} 
		#icons a:active		{color:#112A6D;}
		
/* top buttons */
#top_buttons_w				{color:#112A6D;		font-size:9pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}

 .top_buttons a				{color:#112A6D; 	font-size:9pt; 	text-decoration:none; cursor:pointer;}
 .top_buttons a:visited 	{color:#112A6D; 	font-size:9pt; 	text-decoration:none; cursor:pointer;}
 .top_buttons a:hover 		{color:#EF9219; 	font-size:9pt; 	background:#ffffff;}
  
/* bottom links */
#bottom_links 				{color:#112A6D;		font-size:8pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}
 #bottom_links a:link		{color:#112A6D;} 
 #bottom_links a:visited	{color:#112A6D;} 
 #bottom_links a:hover		{color:#EF9219; 	text-decoration:none;} 
 #bottom_links a:active		{color:#112A6D;}
 
.bottom_content				{color:#EFEDE7;		font-size:8pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:normal;}

 
/* site info and copyright */
#site_info					{color:#EFEDE7; 	font-size:8pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:normal;}

/* content in body1 */
.body1						{color:#5C5C5C; 	font-size:9pt; 	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .paragraph_heading			{color:#5C5C5C; 	font-size:11pt; font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}
 .body1 p					{
	list-style: disc;
	color: #000000;
	font-size: large;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: left;
}
 .body1 h1					{
	color: #FF0000;
	font-size: xx-large;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	text-align: left;
}
 .body1 h2					{color:#5C5C5C; 	font-size:11pt; font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold; 	font-style:italic;}
 .body1_link				{color:#5C5C5C; 	font-size:9pt; 	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .redfont 					{color:#FF0000; 	font-size:9pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}

/* content in body2 left column*/
.body2						{color:#E1E7F2; 	font-size:8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .body2 p					{
	color: #E1E7F2;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
}
 .body2 h1					{
	color: #BCCAE2;
	font-size: x-large;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
}
 .body2 h2					{color:#BCCAE2;		font-size:9pt; 	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold; 	font-style:italic;}
 .body2_link				{color:#E1E7F2;		font-size:9pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}

/* content in white space under body1*/
.body3						{
	color: #000000;
	font-size: medium;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
}
 .body3 p					{
	list-style: disc;
	color: #000000;
	font-size: medium;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: left;
}
 .body3 h1					{color:#5C5C5C;		font-size:10pt; font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold; 	font-style:oblique;}
 .body3 h2					{color:#5C5C5C;		font-size:9pt; 	font-family:Trebuchet MS, Helvetica, sans-serif;	font-weight:bold; 	font-style:italic;}
 .body3_link				{color:#5C5C5C;		font-size:9pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}

/* content in bottom cell */
.special1					{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .special1 p				{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .special1 h1				{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .special1_link				{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}

/* content in right column */
.special2					{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .special2 p				{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .special2 h1				{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}
 .special2_link				{color:#5C5C5C;		font-size: 8pt;	font-family:Trebuchet MS, Helvetica, sans-serif;}

/* vertical menu bar */

.Vertical_Menu li a 		{color:#112A6D;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold; 	text-decoration:none;}	
.Vertical_Menu li a:visited {color:#112A6D;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}								
.Vertical_Menu li a:link 	{color:#112A6D;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}									
.Vertical_Menu li a:hover 	{color:#EF9219;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}
					
.Index_Menu li a 			{color:#112A6D;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold; 	text-decoration:none;}	
.Index_Menu li a:visited 	{color:#112A6D;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}								
.Index_Menu li a:link 		{color:#112A6D;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}									
.Index_Menu li a:hover 		{color:#EF9219;		font-size:10pt;	font-family:Trebuchet MS, Helvetica, sans-serif; 	font-weight:bold;}

.style1 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-right: 5px;
}
.style2 {
	font-family: Algerian;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
	color: #000080;
	margin-right: 5px;
	margin-left: 10px;
}
.style3 {
	font-family: Algerian;
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-right: 6px;
	margin-left: 10px;
}
.style4 {
	font-family: Algerian;
	font-size: large;
	font-style: italic;
	text-align: left;
	margin-right: 5px;
	margin-left: 10px;
}
.style5 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
}
.style6 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: normal;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
}
.style7 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
}
.style8 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: normal;
	text-align: left;
	margin-right: 5px;
	margin-left: 10px;
}
.style9 {
	font-family: "Trebuchet MS", "font-size: x-small";
	font-weight: bolder;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
	font-size: large;
}
.style10 {
	margin-top:0px;
}
.style11 {
	margin-left:5px;
	margin-right:5px;	
}
.style12 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin-right: 6px;
	margin-left: 10px;
}
.style13 {
	background-color: #FFFF00;
}
.style14 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
}
.newStyle2 {
	font-family: "Trebuchet MS";
	font-size: small;
	text-align:center
}
.newStyle3 {
	font-family: BibleScrD;
	font-size: medium;
}
.style15 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	text-align: center;
}
.style16 {
	font-family: "Trebuchet MS";
	font-size: large;
	text-align: center;
}
style 17 {
	font-family: BrushScrD;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.style17 {
	font-family: BrushScrD;
	font-size: large;
	font-weight: normal;
	text-align: center;
}
style18 {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	text-align: center;
	color: #FFFFFF;
}
.style18 {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.style19 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
style 20 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	text-align: center;
	color: #FFFF00;
}
style20 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
style20 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
.newStyle4 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
.newStyle5 {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #FFFFFF;
	text-align: center;
}
.style22 {
	font-family: "Trebuchet MS";
	font-size: x-small;
	text-align: center;
	margin-right: 6px;
	margin-left: 10px;
	font-weight: bold;
}
.style25 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	text-align: left;
}
.iconstyle {
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}

