body
{
    border-style: none;
    margin: 10px;
    padding: 0px;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 10pt;
    overflow-x: hidden;
}

h1
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Arial,sans-serif;
    font-size: 14pt;
    color: #333;
}

a
{
    color: #0066a7;
    text-decoration: none;
}

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

img
{
    border-style: none;
}

/*
layout style
*/
.top
{
    width: 100%;
    margin-bottom: 20px;
	text-align: right;
}

.bottom
{
    width: 100%;
    margin-top: 20px;
	text-align: center;
}

.spacer
{
    clear: both;
}

/*
thumbnail style
*/
.thumb-border img {
    vertical-align: bottom;
}

.thumb-border
{
    float: left;
    margin: 12px;
    width: 102px;
    height: 102px;
    line-height:102px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #ddd;
}

.thumb-hover
{
    border: solid 1px #990000;
}

/*
navigation style
*/
.actual-page
{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #990000;
}

.page
{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.page:hover
{
	text-decoration: underline;
}

.page-link, .page-link:hover
{
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
	font-weight: bold;
}