.font_red14 {
	font-size: 14px;
	color: #FF0000;
}
.btnround_blue {
	border: 1px solid #0033FF;
	border-radius:4px;
-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;

	color: #0033FF;
	height: 18px;
	width: 40px;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
a.font_linklightblack:link {
	font-family: Arial;
	
	color: #454545;
	text-decoration: none;
}
a.font_linklightblack:visited {
	color: #454545;
	text-decoration: none;
	font-family: Arial;
	
}
a.font_linklightblack:hover {
	color: #454545;
	text-decoration: none;
	
	font-family: Arial;
}
a.font_linklightblack:active {
color:#FF0000;
	text-decoration: none;
	
	font-family: Arial;
}




.btnround_grey {
	border: 1px solid #999999;
	border-radius:4px;
-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;

	color: #999999;
	height: 15px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.btnround_yellow{
	border: 1px solid #FF9900;
	border-radius:4px;
-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;

	color: #FF9900;
	height: 15px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


.btnround_green{
	border: 1px solid #009900;
	border-radius:4px;
-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;

	color: #009900;
	height: 15px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.btnround_green_big{
	border: 1px solid #009900;
	border-radius:4px;
-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;

	color: #009900;
	height: 30px;
	width: 40px;
	text-align: center;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.btnround_red{
	border: 1px solid #FF0000;
	border-radius:4px;
-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;

	color: #FF0000;
	height: 15px;
	width: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}