﻿body {
	margin: 0;
}

.normal {
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:normal;
	text-align:justify;
}

.h1 {
	color: black;
	font-family: Verdana;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
}

.h2 {
	color: black;
	font-family: Verdana;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
}

.h3 {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align:justify;
}

.h4 {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	text-align:justify;
}

.h5 {
	color: black;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}

.h6 {
	color: black;
	font-family: Verdana;
	font-size: 8px;
	font-weight:normal;
}

.click {
	color: black;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	text-align:right;
}
.d1 {
	color:white;
	background-color:#0096e0;
	font-family:Verdana;
	font-size: 20px;
	font-weight:bold;
}

.d4 {
	color:#0096e0;
	background-color: #c8eaff;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
}

.d5 {
	color:black;
	background-color: #c8eaff;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}

.d6 {
	color:black;
	background-color: #c8eaff;
	font-family: Verdana;
	font-size: 8px;
	font-weight:normal;
}

.dnormal {
	color:black;
	background-color: #c8eaff;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
}

.menu {
    border-color: Black;
	border-width:1px;
	border-style:solid;
}

.menuitem { 
    color:black;
	background-color: #c8eaff;
    border-color: #c8eaff;
	border-width:1px;
	border-style:solid;
	padding: 0px 5px 0px 5px; 
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
 }

.menuhover {
    color:White;
	background-color:#0096e0;
	border-color:White;
	border-style:Solid;
	border-width:1px;
}

.back {
    background-color: Green;
}
