/*
body {
	color: black;
	background-color: white;
	font-size: 8pt;
	font-weight: normal;
	font-family: "Verdana",sans-serif;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	}
td,p,ul {
	font-size: 8pt;
	font-family: "Verdana",sans-serif;
	font-style: normal;
	font-variant: normal;
	}
pre {
	font-size: 12pt;
	font-family: monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	}
.title {
	font-size: 1.4em;
	}
h1 {
	color: blue;
	background-color: transparent;
	font-size: 1.3em;
	font-style: normal;
	font-family: "Verdana",sans-serif;
	}
h2 {
	color: blue;
	background-color: transparent;
	font-size: 1.2em;
	}
h3 {
	color: blue;
	background-color: transparent;
	font-size: 1.1em;
	}
h4 {
	color: blue;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.0em;
	}
h5 {
	color: blue;
	background-color: transparent;
	font-weight: bold;
	font-size: 0.9em;
	}
h6 {
	color: blue;
	background-color: transparent;
	font-weight: bold;
	font-size: 0.75em;
	}
img { border-width: 0px; }
a {
	color: blue;
	background-color: transparent;
	font-style: normal;
	text-decoration: underline;
	}
ul {
	list-style-type: disc;
	}
dl {
	list-style-type: none;
	}
.error {
	color: red;
	background-color: transparent;
	}
.error-heavy {
	color: red;
	background-color: transparent;
	font-weight: bold;
	}
.error-small {
	color: red;
	background-color: transparent;
	font-weight: bold;
	font-size: 0.8em;
	}
.green {
	color: #005A00;
	background-color: white;
}
*/

.greetme-green-button {
	width:131px;
	vertical-align: middle;
	line-height:0.9em;
	padding: 2px 1px 1px 1px;
	margin: 2px 1px 1px 1px;
	font-family: verdana,arial,sans-serif;
	font-weight:bold;
	font-size:13px;
	background: #ccffcc; 
	color:#466846;
	border-bottom: 3px solid #669966;
	BORDER-LEFT: 2px solid #dcfffc;
	BORDER-RIGHT: 2px solid #77aa77;
	BORDER-TOP: 2px solid #dcfffc; 
	letter-spacing: 0px;
}

.greetme-orange-button {
	width:131px;
	vertical-align: middle;
	line-height:0.9em;
	padding: 2px 1px 1px 1px;
	margin: 2px 1px 1px 1px;
	font-family: verdana,arial,sans-serif;
	font-weight:bold;
	font-size:13px;
	background: #ef9f3f; 
	color:#734330;
	border-bottom: 3px solid #a05010;
	BORDER-LEFT: 2px solid #ffbf6f;
	BORDER-RIGHT: 2px solid #b06010;
	BORDER-TOP: 2px solid #ffaf6f; 
	letter-spacing: 0px;
}

.varwidth-green-button {
	vertical-align: middle;
	line-height:0.9em;
	padding: 2px 1px 1px 1px;
	margin: 2px 1px 1px 1px;
	font-family: verdana,arial,sans-serif;
	font-weight:bold;
	font-size:13px;
	background: #ccffcc; 
	color:#466846;
	border-bottom: 3px solid #669966;
	BORDER-LEFT: 2px solid #dcfffc;
	BORDER-RIGHT: 2px solid #77aa77;
	BORDER-TOP: 2px solid #dcfffc; 
	letter-spacing: 0px;
}

.varwidth-orange-button {
	vertical-align: middle;
	line-height:0.9em;
	padding: 2px 1px 1px 1px;
	margin: 2px 1px 1px 1px;
	font-family: verdana,arial,sans-serif;
	font-weight:bold;
	font-size:13px;
	background: #ef9f3f; 
	color:#734330;
	border-bottom: 3px solid #a05010;
	BORDER-LEFT: 2px solid #ffbf6f;
	BORDER-RIGHT: 2px solid #b06010;
	BORDER-TOP: 2px solid #ffaf6f; 
	letter-spacing: 0px;
}