/*
 Gothewholehog.com CSS .:. (c) 2005 Ibis Design
*/

body {
    background-color: #fff;
	margin:5px 5px 0px 5px;
	margin-top: 0px;
	padding:0px;
	cursor: default;
	font-size: 10pt;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;

	text-align: center;
}

td {
	font-size: 10pt;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a, a:visited {
	color: #888;
	text-decoration: underline;
}

a:hover {
	color: #888;
	text-decoration: none;
}

.borderless img {
	border: 0px;
}

#legal {
	font-size: 7pt;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	padding: 5px;
	color: #aaa;
}

.invisible>table {
	border: 0px;
	padding: 0px;
}

.textbox {
	border: 1px solid #8a8f54;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
	background-color: #dddddd;
}

.textbox:focus {
	background-color: #f5f5f5;
}

.button {
/*	border: 1px solid #8a8f54; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
/*	color: #000000; */
/*	background-color: #dddddd; */
	font-weight: bold;

	background: #799504;
	color: #ffffff;
	border-right: #f5f5f5 1px solid;
	border-top: #f5f5f5 1px solid;
	border-left: #f5f5f5 1px solid;
	border-bottom: #f5f5f5 1px solid; 
}

.small {
	font-size: 7pt;
}

.typed {
	font-family: monospace;
}

li {
	list-style-type: circle;
	vertical-align: middle;
}

#maintable {
	border: 0px;
	width: 640px;
}

#maincell, #maincell3 {
	background-color: #FDFAA9;
	color: #000;
}

#maincell2 {
	background-color: #8B0097;
	color: #fff;
}

.bullet {
	border: 0px;
	vertical-align: middle;
}