/* CSS Document */
body {
	background-color: #CFFFCE;
}
.Headline {
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
.Text_norm {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text_small {font-size: 10px}

.Alarm {
	font-size: 12px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Page_Name {
	font-size: 24pt;
	color: #FFFFFF;
}



a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
.Text_norm_bold {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.Text_medium {

	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Text_norm_bold_12 {

	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
