#notice {
	height: auto;
	width: 660px;
	clear: both;
	overflow: hidden;
	border-collapse:collapse;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:25px;
	padding:5px;
	float: right;
	margin-right: 10px;
	margin-top:15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
	
#notice  a:link {
	color: #666;
}
#notice  a:visited {
	color: #666;
}
#notice  a:hover {
	color: #666;
}
#notice a:active {
	color: #666;
}

#notice img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#notice ul {
    list-style: none;
    margin:0;
    padding:0;
    border: none;
}
   
#notice li a{
    display: block;
    padding: 5px;
	background-position: left center;
    color: #1B629D;
    text-decoration: none;
}

#notice h1 {
	font-size: large;
	color: #1C619C;
	text-transform: none;
}

#notice h2 {
	font-size: medium;
	color: #FF9900;
	text-transform: none;
}

