body {
background-color: #FFFFFF;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 14px;
color: #000000;
text-align:center;
}
.textlink a:link { color: #000000; text-decoration: underline }
.textlink a:hover { color: #000000; text-decoration: underline }
.textlink a:active { color: #000000; text-decoration: underline }
.textlink a:visited { color: #000000; text-decoration: underline }
.textlink a:visited:hover { color: #000000; text-decoration: underline }

.img_border {
border: 1px solid #666666;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Georgia, 'Times New Roman', Times, serif;
	padding: .5em 1em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #FFFFFF;
}
.button:link {
	text-decoration: none;
	color: #FFFFFF;
}
.button:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.button:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.button:active {
	position: relative;
	top: 1px;
	color: #FFFFFF;
}
.red {
	color: #FFFFFF;
	border: solid 1px #666666;
	background: #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3333), to(#660033));
	background: -moz-linear-gradient(top,  #cc3333,  #660033);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#660033');
}
.red:hover {
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#990033), to(#660033));
	background: -moz-linear-gradient(top,  #990033,  #660033);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#990033', endColorstr='#660033');
}
.red:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#990033), to(#660033));
	background: -moz-linear-gradient(top,  #990033,  #660033);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#990033', endColorstr='#660033');
}