
.copyright	{
			font-family:arial,sans-serif;
			text-decoration:none;
			font-size:7pt;
			color:rgb(125,125,125);
			display: block;
}

.gray	{
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(125,125,125);
			margin-top:7px;
			padding-left:50px;
			display: block;
			height: 42px;
			width:170px;
			background-image: url('home_bt_gray_on.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
}



a.red:link  {
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(186,128,68);
			padding-left:50px;
			padding-top:0px;
			display: block;
			height: 42px;
			width:220px;
			background-image: url('home_bt_red_off.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			margin-bottom:5px;
}

a.red:visited {
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(186,128,68);
			padding-left:50px;
			padding-top:0px;
			display: block;
			height: 42px;
			width:220px;
			background-image: url('home_bt_red_off.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			margin-bottom:5px;
}

a.red:hover{
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(186,128,68);
			text-shadow:rgb(236,178,118) 0px 0px 4px;
			padding-left:50px;
			display: block;
			height: 42px;
			width:220px;
			background-image: url('home_bt_red_over.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			margin-bottom:5px;
}

a.blue:link  {
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(186,128,68);
			padding-left:50px;
			display: block;
			height: 42px;
			width:190px;
			background-image: url('home_bt_blue_off.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			margin-bottom:5px;
}

a.blue:visited {
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(186,128,68);
			padding-left:50px;
			display: block;
			height: 42px;
			width:190px;
			background-image: url('home_bt_blue_off.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			margin-bottom:5px;
}

a.blue:hover{
			text-decoration:none;
			font-family:georgia,serif;
			font-size:14pt;
			color:rgb(186,128,68);
			text-shadow:rgb(236,178,118) 0px 0px 4px;
			padding-left:50px;
			display: block;
			height: 42px;
			width:170px;
			background-image: url('home_bt_blue_over.png');
			background-repeat:no-repeat;
			background-position:0px 0px;
			margin-bottom:5px;
}


