@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	margin: 20px;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:hover {
   color: #BD0000;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #009;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #F3C;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 40px;
}
img {  
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align:center;
}
.s1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.s2 {
	font-size: 1em;
}
