/**
 * Style sheet text_layout
 */
body
{
	font-family:arial;
	font-size:0.8em;
	color:#666666;
	line-height:1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	color:#000066;
	line-height:1.2em;
}

h1
{
	font-size:1.5em;
}

h2
{
	font-size:1.2em;
}

h3
{
	font-size:1.0em;
}

h4
{
	font-size:0.8em;
}

a
{
	text-decoration:underline;
	color:#65afdd;
}

a:hover
{
	text-decoration:underline;
	color:#f04e20;
}

.error
{
	color:#f04e20;
}
