body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}

h1 {
	font-size: 1.5em; 
	margin: 1em 0 0.5em 0;
}

h2 {
	font-size: 1.2em;
	margin: 0.5em 0;
}

a:link, a:visited, a:active
{
	text-decoration : none;
	color: blue;
}

a:hover
{
	text-decoration: underline;
}

table tr 
{
	vertical-align: top;
}

.Navigator
{
	margin-bottom: 1em;
}

.NavigationLetters
{
	margin-bottom: 1em;
}

.NavigationLetters a, .NavigationLetters a:visited, .NavigationLetters a:hover, .NavigationLetters a:active
{	
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 0.1em 0.5em;
	margin: 0.2em;
	line-height: 2.2em;
	border: 1px solid black;
	background: #6666ff;
}

.NavigationLetters .ActiveLetter
{
	color: white;
	background-color: #CC0000;
	font-weight: bold;
	padding: 0.1em 0.5em;
	margin: 0.2em;
	line-height: 2.2em;
	border: 1px solid black;
}

table.Colored
{
	border-collapse: collapse;
}

table.Colored td , table.Colored th 
{
	padding: 1px 0.5em;
	border: 1px solid black;
}

table.Colored thead td 
{
	background-color: #cc0000;
	color: white;
	font-weight: bold;
}

table.Colored tr.Invisible td
{
	background-color: Transparent;
	border: 0;
}

table.Colored td 
{
	background-color: Transparent;
}

table.Colored th 
{
	text-align: left;
	background-color: #6666ff;
	color: white;
}

table.Colored td.Transparent, table.Colored th.Transparent
{
	background-color: transparent;
	border: 0px;
}

.PaperText
{
	padding: 0.5em;
	border: 1px solid #404040;
	background-color: #E0E0E0;
	text-align: justify;
}

table.Info
{
	margin-bottom: 1em;
}

table.Info th
{
	text-align: left;
	white-space: nowrap;
}

.FullpaperLink
{
	margin-top: 1em;
}