div,body,td,th {
	font-family:tahoma;
	font-size:11px;
	font-color:black;
}

a {
	text-decoration:none;
	color:#800000;
}

a:hover {
	text-decoration:underline;
	color:#800000;
}

a.big {
	text-decoration:none;
	color:black;
}

a.big:hover {
	text-decoration:underline;
	color:#800000;
}

input {
	font-family:tahoma;
	font-size:11px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: serif;
	text-align: center;
	color: #986249;
	margin: 5px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: serif;
	text-align: center;
	color: #black;
}

.h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: serif;
	text-align: left;
	color: #black;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: serif;
	text-align: left;
	color: black;
}

p {
	text-align: justify;
}

p.margin {
	text-align: justify;
	margin-left: 6px;
	margin-right: 6px;
}

li {
	text-align: left;
}

input {
	font-size: 8pt;
}

select {
	font-size: 8pt;
}

.epigraph {
	text-align: right;
	font-size: 10px;
	font-weight: none;
	font-family: verdana;
	color: black;
}

.person {
	font-weight: bold;
}

.small {
	font-size: 7pt;
}

th {
	background-color:#e1cfc6;
	color:#702309;
	text-align:left;
	padding:0px;
}

tr.tr1 {
	background-color:#E7C7B1;
}

tr.tr2 {
	background-color:#F3D9C9;
}

.hint {
	color: #702309;
	font-weight: bold;
	font-size: 10px;
}

.listtable {
	padding:10px;
}

img {
	border-color: #800000;
}

.cyanlink {
    text-decoration: underline;
    color: #b7cdf2;
    font-size: 10px;
}

.cyanlink:hover {
    text-decoration: underline;
    color: #ffffff;
    font-size: 10px;
}

.brownlink {
    text-decoration: none;
    color: #a06951;
    font-size: 10px;
}

