BODY {
        color: black;
        background: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

H1, H2 {
	text-align: center;
}

P, TD, H3, H4 {
	font-family: verdana, arial, helvetica, sans-serif;
}

HR {
	height: 1px;
	color: black;
}


A:link {
        color: #1B7A1B;
}

A:visited {
        color: #807038;
}

A:active {
        color: #B5A642;
}

TD.left {
	background: #EEEEED;
	color: #01380C;
        text-align: right;
	font-weight: bold;
}

TD.right {
	background: #EEEEE0;
	color: black;
        text-align: left;
	font-weight: normal;
}

.title1 {
	background: #FFFFFF;
	color: #01380C;
	font-weight: bold;
	font-size: medium;
}

.title2 {
	background: #01380C;
	color: #FFFFFF;
	font-size: medium;
}

.title3 {
	color: #01380C;
	font-weight: bold;
}

.warn {
	font-weight: bold;
	color: red;
}
