body
{
	background-color: #444;
	font-size: 10pt;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: normal;
}

#page
{
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 50px;
	
}

h1, h2, h3
{
	font-family: "Times New Roman",Georgia,Serif;
}

h1 
{
	color: #0187C5;
	font-size: 24pt;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}

h2 
{
	font-size: 20pt;
}

h3
{
	font-size: 16pt;
}

#page a
{
	color: #0187C5
}

#page a:visited
{
	color: #551A8B;
}

.visible
{
	
}

.hidden
{
	display: none;
}

table.PagesNavigation
{
	width: 100%;
	font-size: 10pt;
}

table.PagesNavigation span
{
	color: #888;
}

table.PagesNavigation .PrevPage
{
	text-align: left;
	width: 150px;
}

table.PagesNavigation .Contents
{
	text-align: center;
}

table.PagesNavigation .NextPage
{
	text-align: right;
	width: 150px;
}