BODY
{
	font-family:		"Times New Roman";
	font-size:		100%;

	margin:			0 auto 0 auto;
	padding:		0;

	color:			#486897;

	background-image:	url("images/bg.jpg");
	background-repeat:	no-repeat;
	background-color:	#486897;
}

A
{
	color:			#3789de;
}

H1
{
	font-size:		250%;
}

H2
{
	font-size:		150%;
}

H3
{
	font-size:		120%;
}

HR
{
	color:			#486897;
}

IMG
{
	padding:		1px;

	border:			solid #486897 2px;
}

FIELDSET
{
	margin:			1em auto 1em 1em;
	border:			none;
}

TEXTAREA
{
	font:			inherit;
}

INPUT
{
	font:			inherit;
}

ADDRESS
{
	vertical-align:		baseline;
}

.indent
{
	width:			auto;

	margin:			0;
	padding:		0 0 0 1em;
}

#title
{
}

#title H1
{
	font-size:		700%;
	margin:			0;
}

#title H2
{
	font-size:		200%;
	margin:			0;
}

#title UL
{
	font-size:		130%;
	text-align:		right;

	margin:			auto;
	padding:		0;
}

#title LI
{
	margin:			0.5em;

	display:		inline;
}

#content
{
}

#footer
{
	text-align:		right;
}

.w3logo
{
	width:			88px;
	height:			31px;

	margin:			0;
	padding:		0;

	float:			left;

	border:			none;
}

