body {
	margin: 10px;
	background-color: #ffffff;
}

.subtitle {
	width: 100%;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid;
	color: #000000;
}

.line {
	width: 100%;
	background-image: url(/tatedesign/share/imgs/line_green.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 5px;
}
.copyright {
	font-size: 75%;
	text-align: center;
	color: #000000;
}

.title {
	margin: 4px 3px 4px 5px;
	font-size: 95%;
	line-height: 130%;
}
.text {
	margin: 4px 3px 4px 5px;
	font-size: 90%;
	line-height: 120%;
}
.text1 {
	font-size: 90%;
	line-height: 130%;
}
.text2 {
	font-size: 80%;
	line-height: 130%;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 80%;
	line-height: 120%;
}
ul.orange {
	list-style-image:  url(/tatedesign/share/imgs/leaf_orange.gif);
}
ul.brown {
	list-style-image:  url(/tatedesign/share/imgs/leaf_brown.gif);
}
ul.green {
	list-style-image:  url(/tatedesign/share/imgs/leaf_green.gif);
}

.spacer {
	margin: 4px 3px 4px 5px;
}
