body {
	font-size: 18px; 
	font-family: verdana, helvetica; 
	color: black;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	position : relative;
}

img	{
	position: absolute;
	left: -1000em;
	display : none;
}

input, textarea, select { 
}

input:hover, textarea:hover, select:hover	{
}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position : relative;
}

#footer	{}

h1, h2, h3, h4, h5	{
}

table	{
	padding : 0;
	margin : 0;
	border : 0;
}

.tinytext		{ font-size : .9em }
.tinyinfotext	{ font-size : 0.9em }
