@charset "utf-8";
/* CSS Document */
body,html {height:100%; margin:0; padding:0;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #F90;
}
p {
	margin:0;
	padding:0 30px;
}
img {
	border:none;	
}
.text {
	font-size:12pt;
	padding:0 30px;
}
h1, h2, h3, h4, h5, h6 {
	padding:0 30px;
	margin:0;
}
h1 {
	font-size:22pt;	
}
h2 {
	font-size:16pt;	
}
.buttons {
	font-size:14pt;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	padding:8px 0 0 0;
}
.buttons a:link {
	color:#FFF;
	text-decoration: none;
}
.buttons a:visited {
	text-decoration: none;
	color:#FFF;
}
.buttons a:hover {
	text-decoration: none;
	color:#F90;
}
.buttons a:active {
	text-decoration: none;
	color:#FFF;
}
.cright {
	font-size:8pt;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#F90;
	padding:14px 0 0 0;
}