@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color: #DAD4E7;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 0px;
}
#wrapper {
	width:1000px;
	margin:15px;
	text-align:center;
}
img {
	border: 1px solid #b4cd72;
}
.top{
	font-size:18px;
	font-weight:bold;
	color: #4F2683;
}
#main {
	margin: 15px;
}
#main #head{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #B4CD72;
}
a, a:visited { text-decoration:none; color:#4F2683; font-weight:bold;}
a:hover {
	color:#B4CD72;
}
strong { font-weight:bold; color: #4F2683; }
em { font-size: 9px; margin-top:0px; }
