div.content
{
	position:relative;
	
	margin: 0px auto;
	padding: 10px;
	width: 560px;
	padding: 5px 0px 5px 120px;
	background-color: rgb(190,204,152);

	min-height: 500px;
	/* min height hack */
	height: auto !important;
	height: 400px;
}

div.users_manual_content
{
	position:relative;
	
	margin: 0px auto;
	padding: 10px;
	width: 560px;
	padding: 5px 0px 5px 120px;
	background-color: rgb(190,204,152);

	min-height: 1500px;
	/* min height hack */
	height: auto !important;
	height: 1400px;
}



h1.page_title
{
	font-size: 20pt;
	font-family: Arial;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	font-style: normal;
}

img
{
	border-style: none;
}

a.DownloadLink
{
	text-decoration: underline;
	font-size: 18px;
	color: #D90000;
}
a.DownloadLink:visited
{
	text-decoration: underline;
	font-size: medium;
	color: #D90000;
}



h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	font-style: normal;
}

h1
{
	font-size: 20pt;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
}
h2
{
	font-size: 18pt;
	color: #454545;
	font-weight: 600;
}
h3
{
	font-size: 16pt;
	font-weight: 600;
	color: #454545;
}
h4
{
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5
{
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6
{
	font-size: xx-small;
	font-style: italic;
	color: #000;
}

.style_bold
{
	font-weight: bold;
}
.style_italic
{
	font-style: italic;
}

a
{
	color: Black;
}

.strong
{
	font-weight:bold;
}

.note
{
	font-size:0.8em;
}
