.panel_1{
	border-bottom-width : 1px;
	border-bottom-color : #191970;
	border-bottom-style : solid;
	border-left-color : #191970;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #191970;
	border-right-style : solid;
	border-right-width : 1px;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	font-size : 12px;
	
}
.panel_2{
	border-bottom-width : 1px;
	border-bottom-color : #8A2A00;
	border-bottom-style : inset;
	border-left-color : #8A2A00;
	border-left-style : inset;
	border-left-width : 1px;
	border-right-color : #8A2A00;
	border-right-style : inset;
	border-right-width : 1px;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	background-color : #FDF5E6;
}
.panel_3{
	border-bottom-width : 1px;
	border-bottom-color : #065900;
	border-bottom-style : inset;
	border-left-color : #065900;
	border-left-style : inset;
	border-left-width : 1px;
	border-right-color : #065900;
	border-right-style : inset;
	border-right-width : 1px;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	
}
.panel_4{
	border-bottom-width : 1px;
	border-bottom-color : #8E7251;
	border-bottom-style : inset;
	border-left-color : #8E7251;
	border-left-style : inset;
	border-left-width : 1px;
	border-right-color : #8E7251;
	border-right-style : inset;
	border-right-width : 1px;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	
}
.fancy_1{
	font-family : cursive;
	font-size : 18px;
	font-stretch : wider;
	color : Fuchsia;
}

/*  */

.shadow {
  border: 1px solid silver;
  padding: 2px;
  font: 10pt arial;
  position: relative;
  display: inline;
 
  z-index: 100;
  margin-top : 5px;
  background-color : #FDF5E6;
}
.shadow2 {
  overflow: hidden;
  position: absolute;
  filter: alpha(Opacity=15); /* modify to change the shade solidity/opacity, same as below */
  opacity: 0.1; /* firefox 1.5 opacity */
  -moz-opacity: 0.2; /* mozilla opacity */
  -khtml-opacity: 0.1; /* opacity */
  z-index: 10
}

#tic {
  /* enter any styles for the ticker below */
 
 font-size: 22px;
  padding:10px;
  font-weight: bold;
	color: #006600;
  line-height:20px;
  letter-spacing : 3px;
	
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}


