/* DO NOT touch anything below this line! */
.messagebody	{ 
	line-height: 18px; 
}
.messagebody a	{ 
	text-decoration: underline; 
	color: #000000; 
}
.messagebody a:hover { 
	text-decoration: underline; 
	color: #CC0000; 
}
body {
	margin: 0;
	background-color: white;
	padding: 0;
}
body, table { 
	font-family: Verdana, sans-serif;  
}
a img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	font-size: inherit;
	font-family: inherit;
}
textarea {
	width: 99%;
}
blockquote	{
	margin: 0;
	color: gray;
}

input.button {
	background-color: #cccccc;
	color: #000000;
	font: normal 12px Verdana, Arial, sans-serif;
}
img.navbar {
	width: 89px;
	height: 16px; 
}
.newcode	{
	color: #ffffff; 
	font-style: italic; 
}

.tablespec td, .guestbook th, .guestbook td	{ 
	background-color: #f5f5f5; 
	padding: 2px 4px;
	overflow: hidden;
}

/* $GuestbookOpen */
table.guestbook	{ 
	width: 100%; 
	background-color: #ffffff; 
	border: 1px solid #757575;  
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.guestbook th	{ 
	border: 0; 
	border-bottom: 1px solid #76797C;
font-size: 90%;
}
table.guestbook td.left {
    width: 150px; 
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 4px;
}
table.guestbook td small em,
span.gensmall {
font-size: 80%;
}

.helpline { 
	background-color: transparent; 
	border-style: none; 
}
.urhere {
	color:#424242;
	background-color: #f5f5f5;
	border: 1px solid #757575;
}

@import url("/formIE.css");