@charset "utf-8";
/* CSS Document */

.button80 {
	background-color:#054D9F;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:80px;
}

.button120 {
	background-color:#054D9F;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:120px;
}

.button160 {
	background-color:#054D9F;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:160px;
}

.button200 {
	background-color:#054D9F;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:200px;
}

.greybutton80 {
	background-color:#888888;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:80px;
}

.greybutton120 {
	background-color:#888888;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:120px;
}

.greybutton160 {
	background-color:#888888;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:160px;
}

.greybutton200 {
	background-color:#888888;
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	width:200px;
}

