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

body
{
	background-color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
}

a
{
	text-decoration: underline;
	color: #444444;
}

a:hover
{
	text-decoration: underline;
}

#page
{

}

#left
{
	display: none;
}

#right
{
	width: 100%;
}

#quickmenu
{
	display: none;
}

#title
{
	width: 100%;
	font-size: 2.0em;
	line-height: 1.0em;
	border-bottom: solid 1px #000000;
}

#title iframe
{
	display: none;
}

#content
{
	width:100%;
	border-bottom: solid 1px #000000;
}

#content div
{
	margin-bottom: 1.0em;
}

#content div img
{
	display: none;
}

#content div form input[type='image']
{
	display: none;
}


#content div table tr th, #content div table tr td
{
	border: solid 1px #000000;
	padding: 3px;
}

#content div table tr th.empty
{
	display: none;
}

#content div table tr th
{
	font-weight: bold;
}

#footer
{
	display: none;
}

