html, body
{
	color: #000;
	font-family:Georgia, Times new Roman, Serif;
	font-size: 14px;
	margin:0;
	padding:0;
}

h1
{
	color:#c00;
	font-family:Georgia, Times new Roman, Serif;
	font-size:24px;
	text-align:center;
}

h2
{
	font-family:Georgia, Times new Roman, Serif;
	font-size:18px;
	text-align:center;
}

a:link, a:visited
{
	color: #c00;
}


a:hover, a:active
{
	color: #1457aa;
	text-decoration: none;
}

hr
{
	border:0;
	border-top:solid 2px #ccc;
	margin:20px 0;
}

p
{
	text-indent:20px;
	/* line-height:160%; /**/
}

#main
{
	position:relative;
	margin:0 280px;
	padding:20px 0;
}
#main.index
{
	margin:0 30px;
}

#content
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	border:solid 2px #ccc;
	width:520px;
	margin:0 auto;
	padding:25px;
	padding-top:0px;
	background:#fff;
}
#main.index #content
{
	width:920px;
}
#content.index p
{
	text-indent:0;
}
#content.wide
{
	width:850px;
}

input.submit
{
	color:#090;
	font-weight:bold;
	font-size:120%;
}
input.reset
{
	color:#c00;
	line-height:120%;
}

#copyright
{
	font-family:Verdana,Sans-serif;
	font-size:10px;
	text-align:center;
}
table.index
{
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}