/* CSS Document */
.btn1{
	width:157px;
	height:21px;
	font-family: Arial;
	text-align:center;
	padding-top:4px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
.btn1 a{
	display: block; 
	background-image:  url('../images/btn1.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:157px;
	height:21px;
	font-family: Arial;
	text-align:center;
	padding-top:4px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
.btn1 a:hover{
	width:157px;
	height:21px;
	font-family: Arial;
	text-align:center;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top:4px;
	color: #FFFFFF;
	background-image:  url('../images/btn1_over.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.btn2{ 
	width:220px;
	height:21px;
	font-family: Arial;
	text-align:center;
	padding-top:4px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
.btn2 a{
	display: block; 
	background-image:  url('../images/btn2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width:220px;
	height:21px;
	font-family: Arial;
	text-align:center;
	padding-top:4px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
.btn2 a:hover{
	width:220px;
	height:21px;
	font-family: Arial;
	text-align:center;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top:4px;
	color: #FFFFFF;
	background-image:  url('../images/btn2_over.gif');
	background-repeat: no-repeat;
	background-position: center center;
}


