* {
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Sans-Serif;
	margin: 35px 0px 0px 70px;
	width: 400px;
	padding-bottom: 50px;

}

a:link,
a:visited,
a:hover,
a:active
{
	color: #444;
	text-decoration: none;
}

h1
{
	margin-top: 75px;
	margin-bottom: 35px;
	font-size: 15px;
}


h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

p
{
	margin-bottom: 15px;
	text-align: justify;
}

p, ul, dl, ol
{
	font-size: .9em;
}

code
{
	color: #aa0000;
}

.attention
{
	color: #aa0000;
}

dd
{
	margin-bottom: 10px;
}


/* SUBNAV */
ul.subnav
{
	list-style: none;
	margin-top: 20px;
	text-align: right;
}

/* TOC */
ol#toc
{
	padding: 20px 0px 0px 15px;
}

#flashcontent {
margin-bottom: 20px;
}