/* CSS Document */

A:link {
   font-family: Verdana;
   font-size: 11px;
   color: #663300;
   text-decoration: none;
   font-weight: bold;
   }

A:active {
   font-family: Verdana;
   font-size: 11px;
   text-decoration: none;
   font-weight: bold;
   }

A:visited {
   font-family: Verdana;
   font-size: 11px;
   color: #663300;
   text-decoration: none;
   font-weight: bold;
   }
A:hover {
   font-family: Verdana;
   font-size: 11px;
   text-decoration: underline;
   color: #CC9966;
    font-weight: bold;
   }
   
   
 A.inner:link {
   font-family: Verdana;
   font-size: 11px;
   color: #663300;
   text-decoration: none;
    font-weight: normal;
   }

A.inner:active {
   font-family: Verdana;
   font-size: 11px;
   text-decoration: none;
   }

A.inner:visited {
   font-family: Verdana;
   font-size: 11px;
   color: #663300;
   text-decoration: none;
   font-weight: normal;
   }
A.inner:hover {
   font-family: Verdana;
   font-size: 11px;
   text-decoration: underline;
   color: #CC9966;
    font-weight: normal;
   }
   .style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	font-weight: normal;
}
   .styleb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	font-weight: bold;
}
 .stylew {
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
 .banner {
	font-family: Verdana;
	font-size: 48px;
	color: #663300;
	font-weight: bold;
}
.banner1 {
	font-family: Verdana;
	font-size: 30px;
	color: #693100;
	font-weight: normal;
}
.banner2 {
	font-family: Verdana;
	font-size: 34px;
	color: #DBAC78;
	font-weight: normal;
    font-style: italic;
}