﻿
description  { font-family: Courier New; font-size: 10pt }
link         { font-family: Courier New; font-size: 10pt; color: #98AAB1; font-weight: bold }
body         { font-family: Verdana; font-size: 10pt; background-color: rgb(248, 237, 216); margin-left: 5px; margin-right: 5pix }
normal       { font-family: Verdana; font-size: 10pt; margin: 8px}
p            { font-family: Verdana; font-size: 10pt; margin-top: 8px}

h1           { font-family: Courier New; color: #A62124; font-size: 16pt; font-weight: bold; font-variant: small-caps; text-align: center;}
h2           { font-family: Courier New; font-size: 14pt; color: #A62124; 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+ */
body {

background-color: #EBEAE9;
	scrollbar-face-color: #CBB99C;
	scrollbar-highlight-color: #F8EDD9;
	scrollbar-shadow-color: #CBB99C;
	scrollbar-3dlight-color: #B7A88B;
	scrollbar-arrow-color:  #A62124;
	scrollbar-track-color: #E2D7C2;
	scrollbar-darkshadow-color: #98AAB1;
}

#center_div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* images
 ------------ */
.vertical-img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
#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;
}

