/* CSS Document */

.title {
	color:#006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
}

.semititle {
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}

.main {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
}

.large {
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-decoration: none;
}

a.linka {
	color:#339900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:medium;
	text-decoration: none;
	text-align: left;
}

a.linka:hover {
	color: #990000;
	text-decoration: underline;
}

a.links {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	text-decoration: none;
	text-align: left;
}

a.links:hover {
	color: #990000;
	text-decoration: underline;
}

.type {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
}

.foot {
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
}

.border {
	border-color:#000000;
	outline-color:#000000;
}
