body {
	background-color:#C0C0C0;
	font-family:Arial;
}
/*
a {
	text-decoration: none;
	color: black;
}
*/

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 36pt;
}

h2{
	font-size: 14pt;
	font-style:normal;
	margin-bottom:10px;
	}

h3 {
	font-size: 12pt;
	font-style:italic;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:10px;
	color:Blue;
}

h4 {
	font-size: 12pt;
	font-style:normal;
	font-weight:normal;
	margin-top:25px;
	color:Blue;
}

h5 {
	margin-top:25px;
	margin-bottom:10px;
}

p.picture {
	font-size: 8pt;
	font-style:italic;
	margin-top:5px;
}

p.warning {
	font-style:normal;
	font-weight:bold;
	color:Red;
	margin-top:5px;
}

p.note {
	font-style:italic;
	font-weight:normal;
	margin-top:5px;
}

p.info {
	font-style:italic;
	font-weight:normal;
	color:Green;
	margin-top:5px;
}

table, h1 {
	margin: 20px;
	/* float: left; */
}

thead 
{
	border-bottom-width:1;
	border-bottom-color:White;
}

li
{
	margin-top:4px;
	margin-bottom:4px;
}

th {
	text-align: left;
	vertical-align: top;
}

.title {
	font-size: 36pt;
}

#footer {
	text-align: center;
	margin: 10px auto 10px auto;
	font-size: xx-small;
}

img {
	border: 0;
}

a.menu {
	font-size: 10pt;
	color: red;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

table.menu
{
	background:#d0d0d0;
}

table.thin
{
	border-width: 1px;
	font-size:11;
}

td.menu {
	text-align:right;
}

td.menuselected {
	text-align:right;
}

td.pagetitle {
	text-align:right;
	vertical-align:bottom;
	border-bottom-color:White;
	border-bottom-width:1;
	border-bottom-style:solid;
	font-size: 20px;
	font-style:italic;
	color: blue;
}

a.shortcut,p.shortcut 
{
	font-size:10;
	font-style:normal;
	color:Blue;
	text-decoration: none;
}

a.shortcut:hover {
	text-decoration: underline;
}

a.faq 
{
	font-size:12;
	font-style:normal;
	color:Blue;
	text-decoration: none;
}

a.faq:hover {
	text-decoration: underline;
}

td.content
{
	font-size:14;
	letter-spacing:1;
	vertical-align:top;
}