body
{
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:0.8em;
	background-color:#A4C6E6;
	color:black;
}

body.withmenu
{
	margin:0;
}

h1
{
	font-weight:bold;
	font-size:1em;
	text-align:center;
	margin:0;
}

h2
{
	font-size:0.9em;
	font-weight:bold;
}

h3
{
	font-size: 0.9em;
	font-weight:normal;
}

form
{
	margin:0;
}

a:link
{
	color:#194D7D;
	text-decoration:none;
}

a:visited
{
	color:#194D7D;
	text-decoration:none;
}

a:active
{
	color:black;
	text-decoration:none;
}

a:hover
{
	color:black;
	text-decoration:none;
}

/* Used for toolbar icons */
img.icon
{
	border:0px;
	vertical-align:middle;
	margin:0.1em 0.4em;
	height:1.25em;
}

/* Used for buttons for other sites */
img.button
{
	border:0px;
	vertical-align:middle;
	margin:0.1em 0.4em;
}

table.toptable
{
	border-collapse:collapse;
}

td.title
{
	height:2.0em;
	padding:0em 1em;
	background-color:#000D70;
}

td.menu
{
	height:2.0em;
	padding:0em 0.6em;
	background-color:#336699;
}

@media print
{
	td.menu
	{
		display:none;
	}
}

a.menulink
{
	padding-right:0.6em;
	font-weight:bold;
}

a.menulink:link
{
	color:#cccccc;
	text-decoration:none;
}

a.menulink:visited
{
	color:#cccccc;
	text-decoration:none;
}

a.menulink:active
{
	color:white;
	text-decoration:none;
}

a.menulink:hover
{
	color:white;
	text-decoration:none;
}

td.content
{
	padding:0.5em;
}

table.unboxed
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

td.unboxedhead
{
	font-weight:bold;
}

td.unboxedbody
{
}

table.boxed
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:thin solid black;
	border-collapse:collapse;
}

td.boxedhead
{
	border:thin solid black;
	color:white;
	font-weight:bold;
	background-color:#336699;
	height:1.4em;
}

td.boxedbody
{
	padding:0.2em 1em;
}

a.boldlink
{
	font-weight:bold;
}

big
{
	font-size:1em;
	font-weight:bold;
}

small
{
	font-size:0.8em;
}