﻿description {
	font-family: Courier New;
	font-size: 10pt
}
link {
	font-family: Courier New;
	font-size: 10pt;
	color: #98AAB1;
	font-weight: bold
}

normal {
	font-family: Verdana;
	font-size: 10pt;
	margin: 8px
}
p {
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
h1 {
	font-family: Courier New;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
}
h2 {
	font-family: Courier New;
	font-size: 14pt;
	color: #4D4D4D;
	font-weight: bold;
	margin-top: 10;
	margin-bottom: 2px
}
h3 {
	font-family: Courier New;
	font-size: 14pt;
	font-weight: normal;
	margin: 0, 2px, 0, 0
}
h4 {
	font-family: Courier New;
	font-size: 14pt;
	color: #A62124;
	font-weight: bold
}
a:link {
	color: #A62124;
	font-weight: bold
}
a:visited {
	color: #996633;
	font-weight: bold
}
a:active {
	color: red;
	font-weight: bold
}
a:hover {
	color: blue;
	font-weight: bold
}
/* General page style. The scroll bar colours only visible in IE5.5+ */

.center_div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* images
 ------------ */
.vertical-img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	border: 0px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	border: 0px;
}
.img-center {
	text-align: center;
}
.img-top_bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
