/* CSS Document */

body {
	background-color: #0033CC;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.style1 {
    color: #0033CC;
    font-weight: bold;
}
.style2 {
    font-size: 14px;
}
.style3 {
    font-size: 18px;
}
.style4 {
    font-size: 20px;
}
.style5 {
    font-size: 14px;
    font-weight: bold;
}
body,td,th {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", Osaka, Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	color: #0033CC;
}
h2 {
	font-size: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
