@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: 12px;
	text-align: left;
}
.style2 {
	font-size: 12px;
	text-align: center;
}
.style3 {
	font-size: 12px;
	text-align: justify;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
#bodyer {
	padding-right: 12px;
	padding-left: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -6px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
#pagetitle {
	text-align: center;
}
#footer {
	text-align: center;
	padding-top: 12px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body, td, th {
	color: #000000;
}
td {
	text-align: center;
}
img.special {
	border: 3px gray solid;
}
table.special, th.special, td.special {
	border-style: solid;
	border-width: 3px;
	border-color: grey;
	padding: 10px;
	border-collapse: collapse;
	white-space: nowrap;
	border-spacing: 0;
}
table.wrap, th.wrap, td.wrap {
	border-style: solid;
	border-width: 3px;
	border-color: grey;
	padding: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
tr.newcam {
	vertical-align: middle;
}
.orange_block {
	margin: auto;
	display: table;
	width: 620px;
	display: block;
	background-color: orange;
	font-weight: bold;
	text-align: center
}
.pink_block {
	margin: auto;
	display: table;
	display: block;
	background-color: pink;
	font-weight: bold;
	text-align: center
}
.yellowback {
	background-color: #FFD700;
	font-weight: bold;
}
p.c3 {
	text-align: center
}
li.c2 {
	list-style: none
}
p.c1 {
	text-align: justify
}
body.leftframe {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img.leftframe {
	display: block;
}
body.topframe {
	background-image: url(../images/header_flakes_back.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1.used {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.UsedTitle {
	text-align: center;
	background-color: green;
	color: white;
	font-weight: bold;
}
.UsedWarning {
	text-align: center;
	color: red;
}
.CFCleft {
	text-align: left;
	background-color: #CCFFCC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
}
.CFCright {
	text-align: right;
	background-color: #CCFFCC;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
}
.FFFleft {
	text-align: left;
	background-color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
}
.FFFright {
	text-align: right;
	background-color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
}
.quotables {
	text-align: center;
	margin: 20px;
	padding: 64px;
	width: 640px;
	height: 640px;
	border: 8px solid #333;
	display: table;
	background-color: #A67B5B;
	background-image: url(../images/cardboard.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 6px double #483C32;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 0 50px rgba(244,240,236,0.4) inset, 0 0 0 11px rgb(180, 130, 90), 0 0 30px rgba(0,0,0,0.8) inset;
	-webkit-box-shadow: 0 0 0 50px rgba(244,240,236,0.4) inset, 0 0 0 11px rgb(180, 130, 90), 0 0 30px rgba(0,0,0,0.8) inset, 0 30px 20px rgba(0,0,0,0.3);
	outline: 2px solid #333;
	outline-offset: 0px;
}
.quotecontent {
	display: table;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.quotecontent p {
	font-family: handlee;
	padding: 32px;
	font-style: normal;
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-animation: fadi 30s;
	-moz-animation: fadi 30s;
}
 @-webkit-keyframes fadi {
 0% {
opacity: 0.1;
}
 5% {
opacity: 1;
}
 98% {
opacity: 1;
}
 100% {
opacity: 0.25;
}
}
 @-moz-keyframes fadi {
 0% {
opacity: 0.1;
}
 5% {
opacity: 1;
}
 98% {
opacity: 1;
}
 100% {
opacity: 0.25;
}
}
div.button {
	padding: 24px 18px;
}
button.button {
	border: thin solid grey;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	font-weight: 600;
	width: 318px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DDDDDD 50%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 50%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #DDDDDD 50%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.5, #DDDDDD), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DDDDDD 50%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 50%, #EEEEEE 100%);
}
.button0 {
	display: inline-block;
}
.button1 {
	display: none;
}
.button2 {
	display: inline-block;
}
.button3 {
	display: none;
}
