a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
.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: black;
}
.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;
}
.font01 {
	font-family: "Arial";
	font-weight: bold;
}
.align01 {
	padding-top: 5px;
}
.align02 {
	padding-top: 10px;
}
.paddingleft10 {
	padding-left: 10px;
}
.paddingtop10 {
	padding-top: 10px;
}
.paddingtop15 {
	padding-top: 15px;
}
.paddingtop18 {
	padding-top: 18px;
}
.paddingtop20 {
	padding-top: 30px;
}
.paddingtop30 {
	padding-top: 30px;
}
.paddingtop40 {
	padding-top: 40px;
}
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.textalignleft {
	text-align: left;
}
.textaligncenter {
	text-align: center;
}
.textalignjustify {
	text-align: justify;
}
.color01  {
	color: #FFFFFF;
}
.color01  {
	color: #000000;
}
.color03  {
	color: #FF6600;
}
.color04  {
	color: #666666;
}
.color05  {
	color: #F81D9A;
}
.color06  {
	color: #3399FF;
}
.color07  {
	color: #C60E55;
}
.size10 {
	font-size: 10px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size26 {
	font-size: 26px;
}
.bold {
	font-weight: bold;
}
.floatleft {
	float: left;
}
.clearboth {
	clear: both;
}
.titlebackground {
	background-image: url(../images/title_background.jpg);
	background-repeat: no-repeat;
}
.fontverdana {
	font-family: "Verdana";
}
