html {
	margin: 0;
	background-color: #EEEEEE;
    height: 100%;
	width: 100%;
	overflow: scroll;
}
body {
	margin: 0;
	background-color: #EEEEEE;
    height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: "Futura";
	font-size: 12px;
	color: white;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
.style01 {
	font-family: "Futura";
	font-size: 20px;
	color: white;
}
.style02 {
	font-family: "Futura";
	font-size: 12px;
	color: white;
}
.style03 {
	font-family: "Futura";
	font-size: 12px;
	color: #FFFFFF;
}
.style04 {
	font-family: "Futura";
	font-size: 12px;
	color: #FF6600;
}
.style05 {
	font-family: "Futura";
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.style05_bold {
	font-family: "Futura";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.style06 {
	padding-top: 16px;
	text-align: center;
	font-family: "Futura";
	font-size: 12px;
	color: #666666;
}
.style07 {
	text-align: left;
	font-family: "Futura";
	font-size: 12px;
	color: red;
}
.title01 {
	padding-top: 10px;
	padding-left: 30px;
	font-family: "Futura";
	font-size: 11px;
	color: white;
}
.interne01 {
	padding-top: 5px;
	padding-left: 5px;
	font-family: "Futura";
	font-size: 12px;
	color: white;
}
.interne02 {
	padding-top: 17px;
	padding-left: 30px;
	font-family: "Futura";
	font-size: 14px;
	color: white;
}
.interne03 {
	padding-top: 5px;
	text-align: right;
	margin-right: 5px;
	font-family: "Futura";
	font-size: 12px;
	color: black;
}
.interne04 {
	padding-top: 5px;
	text-align: left;
	margin-left: 5px;
	font-family: "Futura";
	font-size: 12px;
	color: black;
}
.interne05 {
	padding-top: 10px;
	text-align: left;
	margin-left: 10px;
	font-family: "Futura";
	font-size: 16px;
	color: #2F61A2;
}
.align01 {
	padding-top: 5px;
}
.align02 {
	padding-top: 10px;
}
.textalignleft {
	text-align: left;
}
.textaligncenter {
	text-align: center;
}
.textalignjustify {
	text-align: justify;
}
.color01  {
	color: #FFFFFF;
}
.color02  {
	color: #000000;
}
.color03  {
	color: #FF6600;
}
.color04  {
	color: #666666;
}
.size8 {
	font-size:8px;
}
.size10 {
	font-size:10px;
}
.size12 {
	font-size:12px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size20 {
	font-size:20px;
}
.size26 {
	font-size:26px;
}
.size30 {
	font-size:30px;
}
.bold {
	font-weight:bold;
}
