.normal_text_gray {
	color: #4D4D4D;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.welcome_text_red {
	color: #BB092D;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.welcome_text_orange {
	color: #DC5E00;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.red_title_small {
	color: #A8233E;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
}
a:link {
	color: #AE001C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AE001C;
}
a:hover {
	text-decoration: none;
	color: #A67044;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body {
	background-color: #FDF8E3;
}
.linespacing {line-height:16px;}
