﻿html{
	max-width:1024px;
	margin:auto;
	background-image:url('Images/body.gif');
}


.Center {
	text-align: center;
}

.Bold{
text

}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.TableBody {
	background-color: #FFFFFF;
	border-collapse: collapse;
	width: 980px;
	align: center;
	cellpadding: 0;
	cellspacing: 0;
}
.TextStandard{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#8e823e;
}
.TextLarge{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	color:#333333
}
.TextSmall{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#8e823e;
}

.Top{
	vertical-align:top;
}
.Background {
	background-image: url('Images/body.gif');
}
.H1{
	font-family: 'Terminal Dosis Light', arial, serif;
	font-weight: normal;
	font-size: 14pt;
	color:#8e823e;

}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#8e823e;
} 	


/* Tables Styles - Start ******************************************* */
.TD-Left {
	text-align: left;
}
.TD-Center {
	text-align: center;
}
.TD-Right {
	text-align: right;
}
.TD-VTop {
	vertical-align: top;
}
.TD-VCenter {
	vertical-align: center;
}
.TD-VBottom {
	vertical-align: bottom;
}
.T-Space-20 {
	border-spacing: 20px;
}
.T-100 {
	width: 100%;
}
.TD-5 {
	width: 5%;
}
.TD-10 {
	width: 10%;
}
.TD-15 {
	width: 15%;
}
.TD-20 {
	width: 20%;
}
.TD-25 {
	width: 25%;
}
.TD-30 {
	width: 30%;
}
.TD-33 {
	width: 33%;
}
.TD-40 {
	width: 40%;
}
.TD-50 {
	width: 50%;
}
.TD-60 {
	width: 60%;
}
.TD-70 {
	width: 70%;
}
.TD-80 {
	width: 80%;
}
.TD-85 {
	width: 85%;
}
.TD-90 {
	width: 90%;
}
.TD-100 {
	width: 100%;
}



