﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #333333;
}
a:link, a:visited
{
    color: #1f2557;
    text-decoration: underline;
}
a:hover, a:active
{
    color: #788fba;
    text-decoration: underline;
}
.bold 
{
	font-weight: bold;
}
.checklist
{
	font-size: 90%;
}
.checklist td, .checklist th
{
	text-align: left;
	padding: 3px;
	width: auto;
}

.reference
{
    font-size: 70%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.9em;	
    display: inline;
    font-weight: normal;
}
.panel
{
	position: fixed;
	z-index: 100;
	top: 10em;
	padding: 0px 4px 4px 4px;
}
.panellink
{
	float: right;
	margin-left: 10px;
}
.modtitle
{
	font-size: 110%;
	font-weight: bold;
}