/* CSS Document */

body {
	margin: 20px 34px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

.text1 {
	font-size: 18px;
	font-weight: normal;
	color: #336600;
}

.text2 {
	font-size: 13px;
	font-style: italic;
	color: #CC0033;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}

.text4 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}

.text5 {
	font-size: 11px;
}

/** LINKS */

a {
	color: #3B7310;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-align: center;
	text-decoration: none;
	color: #5F5F5F;
}

.link1:hover {
	text-decoration: underline;
}
