@charset "utf-8";
/* CSS Document */

.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}
.Style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Style4 {
	color: #FFFFFF;
	font-weight: bold;
}
.Style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	
}
.Style11 {
	font-size: 18pt;
	font-weight: bold;
	color: #06C;
	

}
.Style11RED {
	font-size: 18pt;
	font-weight: bold;
	color: #F00;
}

.Styletab {
	font-size: 45px;
	font-weight: bold;
	border-radius: 10px;
		
}


.Button1 {
border-radius: 5px;
background-color:#06C;
color: #F00;
margin: 40px;
}		
.button2 {
	
display: inline-block;
  background-color: #06C;
  border-radius: 10px;
  border: 4px double #cccccc;
  color: #eeeeee;
  text-align: center;
  font-size: 13px;
  padding: 15px;
  width: 120px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
	
	}


	