body {
	font-family: verdana,arial,sans-serif;
	font-size:80%;
	background-color:#FFFFFF;
	color:#333333;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	overflow:scroll;
	text-align: center;
}

#top_of_page {
    margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
}
	
h1 {
	margin-top:40px;
	color:#003399;
	font-size:180%;
	margin-bottom:8px;
}

h2 {
	margin-top:0px;
	color:#009999;
	font-size:120%;
}

h3, .head {
	margin-top:0px;
	margin-bottom:5px;
	color:#009999;
}
h3 {
   font-size:100%;
   text-align:left;
}
.head {
	font-size: 120%;
}
p {
	margin-top:0px;
	margin-bottom:5px;
	line-height:140%;
	text-align:justify;
}

.hr {
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#009999;
	margin:15px 0px 0px 0px;
	text-align:left;
}

.hh {
	color:#009999;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
}

.menu {
	font-size:75%;
	margin-bottom:30px;
	/* color:#003399; */
}

.text {
	width:410px;
	line-height:18px;
}

a:link {
	color:#999999;
	text-decoration:none;
}

a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#003399;
	background-color:#FFFF99;
	text-decoration:none;
}

img {
	background-color:#FFFFFF;
}

table {
	border-collapse:collapse;
	border:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
th {
	font-size:80%;
	font-weight:bold;
}
td {
	font-size:70%;
	padding:0px;
	vertical-align:middle;
}

.undercanvas {
	font-size:85%;
	line-height:150%;
	color:#555;
	margin-top:20px;
	/* font-style:italic; */
}
.ref {
	vertical-align:top;
	text-align:left;
	padding-bottom:8px;
	line-height:130%;
}

.left, .right {
	font-size: 85%;
}
.left {
	text-align:right;
	padding-right:3px;
	width: 250px;
}
.right {
	text-align:left;
	padding-left:3px;	
	width: 250px;
}

.canvas {
	width: 400px;
	height: 320px;
	margin: 0px 8px 0px 8px;
	padding: 5px;
	border: 1px solid #cccc00;
	border-radius:7px;
	background-color: #FFFFCC;
	-webkit-box-shadow: 0px 5px 24px -8px rgba(0,0,0,0.4);
	-moz-box-shadow:    0px 5px 24px -8px rgba(0,0,0,0.4);
	box-shadow:         0px 5px 24px -8px rgba(0,0,0,0.4);
}

.button {
	width:40px;
	height:20px;
	font-family:verdana,arial,sans-serif;
	background-color:#FFFFCC;
	color:#0033CC;
	font-size:8pt;
	vertical-align:middle;
}

.error {
	color:red;
	font-weight:bold;
}

.copyright {
	font-size:75%;
	margin-top:20px;
	margin-bottom:20px;
}
