a
{
	text-decoration:none;
	font-weight:bold;
}
a:link		{ color:#c00 }
a:visited	{ color:#c00 }
a:hover		{ color:#600 }
a:active	{ color:#c00 }

h1
{
	margin:0px 0px 5px 0px;
	font-size:150%;
	color:#333;
}
h2
{
	margin:0px 0px 0px 0px;
	font-size:100%;
	color:#333;
}
h3
{
	margin:0px 0px 5px 0px;
	font-size:100%;
	color:#c00;
}
h4
{
	margin:0px;
	font-size:85%;
	font-weight:normal;
	color:#333;
}


hr
{
	height:0px;
	border:0px;
	border-top:1px dotted #666;
}
input
{
	width:100%;
	margin:0px;
	border:1px solid #666;
	background-color:#eee;
}
input.button
{
	width:auto;
	font-weight:bold;
}
input.radio
{
	width:auto;
	border:none;
	background-color:none;
}
p
{
	margin:5px 0px 5px 0px;
}
select
{
	margin-right:0.5em;
	border:1px solid #666;
	background-color:#eee;
}
ul
{
	margin:0em;
	padding:0em;
	list-style-type:none;
}

li
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0.1em;
	padding-left:1em;
}
textarea
{
	width:100%;
	border:1px solid #666;
	background-color:#eee;
}
