@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #cccccc;
}
a {
	font-size: 10pt;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.navi {
	font-size: 12pt;
	color: #FFFFFF;
}
.navi:hover {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}
.navi:visited {
	font-size: 12pt;
	color: #FFFFFF;
}
.navi:active {
	font-size: 12pt;
	color: #FFFFFF;
}

.navi_active {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-size: 14pt;
	color: #FF0000;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-style:italic;
}
h3 {
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.bg1 {
	background-image:url(../images/bg1.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;	
}

.bg2 {
	background-image:url(../images/bg2.jpg);
	background-position: top right;
	background-repeat:no-repeat;	
}

.bg3 {
	background-image:url(../images/bg3.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
.bg4 {
	background-image:url(../images/bg4.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}

.content {
	text-align:justify;
}

.footer {
	font-size: 8pt;
}
