subbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.sub_bt a{
	background-color: #EBEBEB;
	display: block;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height:15px;
}
.sub_bt a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #0D4169;
}
.main_buttons a{
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 35px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0D4169;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #DDDDDD;
}
.main_buttons a:hover{
	background-image: url(images/button_ro.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 35px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #DADADA;
}

