body	{
	margin: 0;
	background: #fff;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
}

h2, h3, h4, h5	{
	margin: 1em 0 0 0;
	font-weight: normal;
}

h2	{
	font-size: x-large;
}

h3	{
	font-size: large;
}

h4	{
	font-size: medium;
}

h5	{
	font-size: small;
	font-style: italic;
}

p	{
	line-height: 140%;
	margin: .5em 0 0 0;
}

a:link, a:visited	{
	color: #4ca600;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #999;
	text-decoration: none;
}

a img	{
	border: 0;
}

acronym	{
	cursor: help;
}

fieldset	{
	border: 1px solid #082536;
	float: left;
}

fieldset p	{
	clear: both;
}

legend	{
	font-size: .9em;
	color: #4ca600;
	font-weight: bold;
}

label	{
	display: block;
	color: #082536;
	font-size: .9em;
}

input, select, textarea	{
	display: block;
	border: 1px solid #082536;
	margin-bottom: 1em;
}

input:focus, textarea:focus	{
	border-color: #4ca600;
}

input.submit	{
	font-weight: bold;
	padding: 1px 7px;
	display: inline;
	float: left;
	margin-right: 3px;
}

input.submit:focus	{
	border-color: #082536;
}

input.submit:active	{
	color: #4ca600;
	border-color: #4ca600;
}

kbd	{
	font-family: inherit;
	text-decoration: underline;
}

.error	{
	color: #cc0000;
	font-weight: bold;
}

.success	{
	color: #008000;
	font-weight: bold;
}

.notice	{
	color: #666;
	font-size: .85em;
}

#maincontent {
	width: 640px;
	margin: 1em auto;
}

#title, #powerbookimg {
	margin: 0;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 2em 0;
}

