.SmallTableHeader {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 4px;

}

p,body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin-bottom: 10px;
        
        scrollbar-3dlight-color:lightpink;
        scrollbar-darkshadow-color:lightpink;

	scrollbar-track-color:pink;

        scrollbar-highlight-color:olive;
        scrollbar-shadow-color:olive;

        scrollbar-arrow-color:#693200;
        scrollbar-face-color:darkgoldenrod;

        scrollbar-base-color:pink;
}

h1 {
	font-size: small;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #006666;
}

h2 {
	font-size: x-small;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #006666;
}

h3 {
	font-size: xx-small;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #006666;
}

.contentCell {
	margin-left: 15px;
	font-size: xx-small;
}

td {
	font-size: x-small;
	letter-spacing: 0px;
        vertical-align:top;
}

.bullet {
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
	text-align: right;
}

.rightem {
	font-size: xx-small;
}

.barWithALotOfLinks {
	font-size: xx-small;
	font-weight: bold;
	letter-spacing: 1px;
}

a:link {
	text-decoration: none;
	color: #CC0099;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #990099;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #990099;
}

fieldset {
	border: 3px solid #693200;
}

legend {
	color:#006666;
}

input,select,textarea {
	border: 1px solid #693200;
        background: wheat;
        font-family:verdana;
}

.knopke {
        width:150;
        height:17;
	font-size:xx-small;
	font-weight:bold;
}

hr {
	border:5px solid olive;
}

