a img {
	border: 0;
}
a {
	text-decoration: none;
	border-bottom: 2px dashed rgb(191,191,191);
/*	background: rgb(250,250,250);*/
/*	color: rgb(191,191,191);*/
	color: rgb(100,100,100);
}
a:hover {
	border-bottom-style: solid;
	border-bottom-color: rgb(191,191,191);
	background: rgb(250,250,250);
	color: black;
}
a.noborder, a.noborder:hover {
	border: 0;
	background: transparent none;
}
body {
	font-family: Verdana;
}
/* Futura */
h1, .transparent, #links, #workflow table a {
	font-family: "Futura Medium", Futura;
	font-weight: normal;
}
h1 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 400%;
	text-align: center;
}
h1 img {
	margin-bottom: -40px;
}
h1 a {
	color: rgb(121,121,121);
	border-bottom-width: 4px;
}
.transparent {
	background-color: rgb(250,250,250);
	border: 3px dashed rgb(191,191,191);
	padding: 6px 10px;
	margin-right: 8px;
	font-size: 125%;
}
.transparent:hover {
	border: 3px solid rgb(191,191,191);
	background: rgb(250,250,250);
	color: black;
}
#links {
	border-width: 2px;
	list-style: none;
	border-style: solid;
	position: absolute;
	top: 123px;
	left: 12px;
	font-size: 120%;
	line-height: 175%;
	padding: 0.4em 0.4em 0.4em 0.8em;
}
#links a {
	border: transparent;
	background: transparent;
	color: rgb(64,64,64);
}
#links a:hover {
	color: black;
}
#links img {
	margin: 0;
}
.homelink {
	text-decoration: underline;
}
#content {
	width: 644px;
	margin-left: 12em;
}
.buttons {
	margin-top: 30px;
}
.buttons, .buttons p {
	text-align: center;
}
.buttons img {
	margin-top: 8px;
	margin-bottom: -8px;
}
.downloadInfo {
	font-size: 75%;
}
h2 {
	margin-bottom: 0;
}
.center {
	text-align: center;
}
#footer {
	font-size: 75%;
	text-align: center;
}
ul.smalldot {
	list-style: none;
}
ul.smalldot li {
	margin-bottom: 6px;
}
.notice {
	font-size: 80%;
}
/* Buy page */
.paypal td {
	padding: 4px 2px;
}
#content .purchase {
	text-align: center;
	font-size: 125%;
	line-height: 20px;
	margin-bottom: -2px;
}
#content .cards {
	text-align: center;
	margin-bottom: 1px;
}
.cards img {
	margin-right: 5px;
}
#content form {
	text-align: center;
	margin-bottom: 27px;
}
/* Tips */
.navigation {
	font-size: 75%;
/*	text-align: center;*/
}
#archives ul {
	list-style: none;
}
#archives li {
	margin-bottom: 6px;
}
/* Workflow */
#workflow {
	border: 2px solid rgb(0, 128, 0);
}
#workflow table {
	width: 100%;
	border-collapse: collapse;
}
#workflow table a {
	background: transparent;
	border: none;
}
#workflow td {
	width: 25%;
	border-left: 2px solid rgb(0, 128, 0);
	border-bottom: 2px solid rgb(0, 128, 0);
	text-align: center;
	padding-bottom: 5px;
}
#workflow td img {
	margin-top: 0px;
	margin-bottom: -9px;
}
#workflow #general {
	border-left: none;
}
#workflowContent {
	padding: 0 1em;
}
#workflow {
	text-align: justify;
}
/* Version */
#version a {
	border-bottom: none;
}
#version {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
#version th {
	vertical-align: top;
}
#version td, #version th {
	border: 1px solid rgb(96, 0, 0);
	text-align: center;
}
#version .title {
	text-align: right;
}
#version .title, th {
	padding: 4px;
}
#version #corner {
	border: 0;
}
#version a, #version a:hover {
	background: none;
}
/* Screenshots */
#screenshot #title {
	position: static;
}
#screenshot {
	position: relative;
	width: 644px;
	margin: 10px auto 0 auto;
	text-align: center;
}
#screensContainer {
	height: 544px;
}
#screensDescription {
	margin: 2px 0 0 0;
}
#thumbs {
	margin-top: 10px;
}
#thumbs a {
	border: 0;
	background: transparent none;
}
#thumbs a img {
	border: 1px solid rgb(0, 128, 128);
	margin-right: 5px;
}
.centerTable {
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
}