/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


div#cnt {
	width: 970px;
	text-align: left;
	
	font-size: 0.8em;
	
}

#mm{
position:relative;height:25px;
}

#mm ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mm ul li {
	display: inline;	
	font-size: 12px;	
	background-image:url(li.gif);
	background-repeat: repeat-y;
	height:45px;
	padding-left: 50px;
	padding-bottom:10px;
	padding-right: 50px;
}
#mm a {
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
	height:45px;
}


h1 {
	background-color: #D4E5F9;
	font-size: 1.4em;
	margin-top: 2px;
	
	padding: 3px;
}
h1 a {
	color: black;
	text-decoration: none;
}




div#ft {
	font-size: 0.9em;
}
div#ft p {
	margin-bottom: 40px;
}
div#ft p strong {
	color: #990000;
}
div#ft p a {
	font-size: 0.8em;
	color: blue;
}
a{
color:#990000;
text-decoration:none;
font-weight:bold;
}