.small_button
{
	background-image: url("button_s.jpg");
	text-transform:uppercase;
	width: 73px;
}

.medium_button
{
	background-image: url("button_m.jpg");
	text-transform:uppercase;
	width: 120px;
}

.large_button
{
	background-image: url("button_l.jpg");
	text-transform:uppercase;
	width: 150px;
}
.small_button_light
{
	background-image: url("button_s.jpg");
	text-transform:uppercase;
	width: 73px;
}

.medium_button_light
{
	background-image: url("button_m.jpg");
	text-transform:uppercase;
	width: 120px;
}


.large_button_light
{
	background-image: url("button_l.jpg");
	text-transform:uppercase;
	width: 150px;
}
.theme_header {
	background-color:#333333;
}

.theme_footer {
	background-image :url( smokeand.gif );
}

.theme_highlighted {
	background-image :url( smokeand.gif );
}

.theme_fadeblue {
	background-image :url( smokeand.gif );
}

.color_button 
{
	background:url(btn_bg00.gif) repeat-x #69809c;
	color:#324f73; 
	font-size:9pt;
	border:#406695 solid 1px;
	font-weight:bold;
	height:22px;
	line-height:1.4em 
}