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

.notice {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 25px;
	color: #333;
	font-family: "Segoe UI", Arial;
	font-weight: bold;
	font-size: 11px;
}
.notice-left {
	float: left;
}
.notice-right {
	float: right;
	width: 600px;
}
.notice-right span {
	padding-right: 15px;
	text-align: center;
}
#notice-login {
	border-bottom: 1px solid #ad8916;
	background-color: #ffffae;
	padding-top: 7px;
/*	padding-bottom: 20px;*/
}
#notice-login a {
	color: #333;
}
#notice-login a:hover {
	color: #F00;
}
/*#notice-welcome {
	background-color: #C5CAD6;
	border-bottom-color: #383F4F;
	padding-top: 7px;
	padding-bottom: 20px;
}*/
#notice-welcome a {
	color: #15303E;
}
#notice-welcome a:hover {
	color: #F00;
}
#notice-welcome span a {
	color: #15303E;
}
#notice-donation {
	border-bottom-color: #383F4F;
	background-color: #C2D8C8;
	padding-top: 7px;
	padding-bottom: 7px;
}
#notice-review {
	border-bottom-color: #7D2022;
	background-color: #EDD;
	color: #7D2022;
	padding-top: 10px;
	padding-bottom: 10px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	color: #563823;
	background-color: #FEFAEF;
	min-height: 200px;
}
#welcome-msg {
	padding: 20px;
	padding-top: 15px;
	padding-left: 25px;
	line-height: 22px;
}
#welcome-img {
	float: right;
	text-align: right;
	width: 370px;
}
a.notes_options:link, a.notes_options:visited, a.notes_options:active {
	color: #563823;
}
a.notes_options:hover {
	color: #FF0000;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	line-height: 20pt;
	font-weight: 700;
	color: #F90;
}