@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffea;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #623100;
}
a:active {
	text-decoration: none;
	color: #996600;
}
.TextIntroB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	Line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.TextIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	Line-height: 20px;
	font-weight: normal;
}
.TextNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TextForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #805C38;
	font-size: 8pt;
	background-color: #E8D9C0;
}
.Brown {
	color: #805C38;
	font-size: 10px;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}
.Blue {
	color: #3359D5;
	font-size: 10px;
}
.Red {

	color: #FF0000;
}
.BlueBig {
	font-size: 14px;
	color: #3359D5;
}
.Blue1{
	font-size: 11px;
	color: #3359D5;
}
.BrownBig {
	font-size: 14px;
	color: #996600;
}
