/*!!!!!!!! Graphics formatting !!!!!!!!!!!*/

/*Body attributes*/

.bbb {
	background-image: url(../images/backgrnd.png);
}

/*Image attributes*/
.image {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
.imageleft {
	border-style: solid #666666;
	float: left;
}
.imageright {
	border-style: solid #666666;
	float: left;
}
a img {
border:none; 
}

/*Table attributes*/

.table3 {
  background-image: url(../images/bearbg.jpg);
  margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.transtable {
	background-color:transparent;
  }
.table2 {
	background-color:transparent;
  }
.maintable {
  background-color: #FFFFFF;
	border: 1px solid  #666666;
}

/*!!!!!!!! Text formatting !!!!!!!!!!!*/

/*20px lines*/

.text {	
  font-family:Arial;
	font-size: 14px;
  line-height:15px;
  font-weight:none;
}
.textb {	
  font-family:Arial;
	font-size: 11px;
  line-height:20px;
  font-weight:bold;
}
.texti {	
  font-family:Arial;
	font-size: 11px;
  line-height:20px;
  font-weight:italic;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

/*10px lines*/

.text10 {	
  font-family:Arial;
	font-size: 11px;
  line-height:10px;
  font-weight:none;
}
.text10b {	
  font-family:Arial;
	font-size: 11px;
  line-height:10px;
  font-weight: bold;
}
.text10i {	
  font-family:Arial;
	font-size: 11px;
  line-height:10px;
  font-weight:italic;
}

/*Design fonts, standard lines*/

.header {	
  font-family:Arial;
	font-size: 28px;
	font-weight: bold;
}
.ingress {	
  font-family:Arial;
	font-size: 16px;
}
.ingressb {	
  font-family:Arial;
	font-size: 16px;
	font-weight: bold;
}

/* Old and unused styles

A:link (
  underline; 
  color: #BEF0FF
}
A:visited (
  underline; 
  color: #BEF0FF
)
A:hover(
  underline; 
  color: #BEF0FF
)
A:active (
  underline; 
  color: #BEF0FF
)*/

/*H2 {
  font-family: Arial;
	font-size: 12px;	
	font-weight: bold;
}
H3 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}
.kuku {
  background-image: url(../images/backgrnd.png);
	margin-left: 20px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
}
	*/

