.border {
	border: 1px solid #B9AB96;
}
.yellow-border {
	border: 1px solid #F7C048;
}
.golden-border {
	border: 1px solid #C9A31F;
}
/* following will create link hover selected page */
.mytext2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.mytext2 a:link {
  color: #003063;
  text-decoration: none;
}
.mytext2 a:visited {
  color: #003063;
  text-decoration: none;
}
.mytext2 a:hover {
  color: #FFFFFF;
  text-decoration: none; 
  background-color: #003063;
}
.mytext2 a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/* following is to set page bg and h1, h2  and para details effects */
/* following will create link hover selected page */
.mytext3 {
  font-family: Verdana, Arial,
  Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}
.mytext3 a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.mytext3 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.mytext3 a:hover {
  color: #FFFFFF;
  text-decoration: none; 
  background-color: #E2BD41;
}
.mytext3 a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/* following is to set page bg and h1, h2  and para details effects */

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC6600;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E3676;
}
.style9 {color: #E2740F}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style12 {color: #E2740F; font-weight: bold; }
.style14 {color: #413D35}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC6600;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* following will create link hover selected page */
.main-pages {
	font-family: Verdana, Arial,
  Helvetica, sans-serif;
	font-size: 13px;
	color: #CC6600;
	font-weight: bold;
}
.main-pages a:link {
  color: #CC6600;
  text-decoration: none;
  font-weight: bold;
}
.main-pages a:visited {
  color: #CC6600;
  text-decoration: none;
  font-weight: bold;
}
.main-pages a:hover {
  color: #000000;
  text-decoration: none; 
  background-color: #E2BD41;
  font-weight: bold;  
}
.main-pages a:active {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/* following is to set page bg and h1, h2  and para details effects */
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
