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

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, span, li {
	font-size:12px;
	line-height: 135%;
}

strong {
	font-weight: bold;
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}	
a:hover {
	color: #CB9800;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	text-decoration: none;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #336699;
	margin: 0;
	text-decoration: none;
}

ul {
	padding: 0;
	list-style:inside;
	margin: 0;
}

li {
	padding-bottom:5px;
}

.notice {
	margin:10px 0;
	border-top:1px dotted #CF3A19;
	border-bottom: 1px dotted #CF3A19;
	color:#CF3A19;
	padding:10px 0;
	text-align:center;
}

.notice p {
	font-size:14px;
}
