@charset "utf-8";
.button {
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	color: #E30020;
	font-weight: bold;
}
.button a {
	display: block;
	margin-right:4em;
	width: 100%
	color: #000000; 
	text-decoration: none;
	background-color: transparent;
	border-top: thin #ffe solid;
	border-bottom: thin #ffe solid;
	color: #E30020;
}
.button a:hover{ 
	display: block; 
	width: 100%
	color: #000000; 
	text-decoration: none; 
	background-color: #FFFFC1; 
	border-top: thin #ddd solid; 
	border-bottom: thin #ddd solid
}
p{
line-height=100%;
}
ul {
	margin-left: 7;
	padding-left: 2em;
	list-style:square;
}
ol {
	margin-left: 7;
	padding-left: 2em;
}

li{
	padding-bottom:6;
	line-height:1.1;
}

.gallery-thumbs {
	margin: 5px;
	padding: 5px;
	border: 1px solid #F90;
}
