/* intialize and fomatting */

*{
	margin: 0;
	padding: 0;
	font-size: 98%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "MS UI Gothic", "MS PƒSƒVƒbƒN", Verdana, Myriad, Helvetica, "Trebuchet MS", Arial, sans-serif;
}

a, a:link, a:visited {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #cc0000;
}

ul {
	margin-bottom: 1em;
	list-style-type: none;
	list-style-position: outside;
}

dl, dd{
	margin-bottom: 0.5em;
}

p {
	margin-bottom; 1em;
	font-size: 95%;
}

/* common styles */

body{
	color: #000000;
	background: #f0f0f0;
	text-align: center;
}

p.skipLink, p.hPhrase {
	display: none
}

p.fClear {
	clear: both;
	height: 0;
}

p#siteFooer{
	clear: both;
	margin: 0 auto;
	font-size: 85%;
	text-align: center;
}


