h1    {
	color: #6D7875;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
	text-transform : uppercase;
}

h2    {
	color: #6D7875;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
	text-transform : uppercase;
}

p,td    {
	color: Black;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.activeNavi    {
	background-color: #6D7875;
}

.bold {
	font-weight:bold;
}

a:link {
	color: Black;
	text-decoration: underline;
}
a:visited {
	color: Black;
	text-decoration: underline;
}
a:hover {
	color: #6D7875;
	text-decoration: underline;
}
a:active {
	color: Black;
	text-decoration:underline
}

a.navi:link {
	color: Black;
	font-size: 11px;
	text-decoration: none;
	font-weight : bold;
}
a.navi:visited {
	color: Black;
	font-size: 11px;
	text-decoration: none;
	font-weight : bold;
}
a.navi:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight : bold;
}
a.navi:active {
	color: Black;
	font-size: 11px;
	text-decoration: none;
	font-weight : bold;
}

a.small:link {
	color: Black;
	font-size: 9px;
	text-decoration: underline;
}
a.small:visited {
	color: Black;
	font-size: 9px;
	text-decoration: underline;
}
a.small:hover {
	color: #6D7875;
	font-size: 9px;
	text-decoration: underline;
}
a.small:active {
	color: Black;
	font-size: 9px;
	text-decoration:underline
}

a.property:link {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}
a.property:visited {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}
a.property:active {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-weight: normal;
}
a.property:hover {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #6f2dd6;
	text-decoration: none;
}