body, p, ul, ol, h1, h2, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
}
p {
	font-size: 90%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 1em;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}
li {
	font-size: 90%;
	margin-bottom: 1em;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	text-align: left;
}
ul {
	padding-left: 16px;
}
.small {
	font-size: 80%;
	color: #666666;
	text-align: left;
}
.fine {
	font-size: 9px;
	color: #AAAAAA;
}
.large {
	font-size: 100%;
}
.details {
	text-align: left;
	font-size: 80%;
}
.home {
	margin-right: 80px;
	margin-left: 80px;
}
.blue {
	color: #33B5CC;
}
.green {
	color: #7ACC7A;
}
.orange {
	color: #CC9966;
}
.gold {
	color: #CCCC99;
}
.thumb {
	margin-top: 1px;
	text-align: right;
	font-size: 80%;
	text-decoration: none;
}
.thumblink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.thumblink:hover {
	color: #000000;
}
.nav {
	text-align: right;
	text-decoration: underline;
}
.navlink {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.navlink:hover {
	color: #000000;
}
input, textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fieldblue {
	background-color: #C1E9F0;
	border-top: 1px solid #268899;
	border-right: 1px solid #33B5CC;
	border-bottom: 1px solid #33B5CC;
	border-left: 1px solid #33B5CC;
}
.fieldgreen {
	background-color: #D7F0D7;
	border-top: 1px solid #5C995C;
	border-right: 1px solid #7ACC7A;
	border-bottom: 1px solid #7ACC7A;
	border-left: 1px solid #7ACC7A;
}
.fieldorange {
	background-color: #F0E5D1;
	border-top: 1px solid #996633;
	border-right: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
}
.fieldgold {
	background-color: #eff2d4;
	border-top: 1px solid #999966;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CCCC99;
}
.submit {
	background-color: #D7F0D7;
	border-top: solid #E3FEE3;
	border-right: solid #7ACC7A;
	border-bottom: solid #5C995C;
	border-left: solid #7ACC7A;
}
.clear {
	background-color: #FFFFFF;
	border-top: solid #EEEEEE;
	border-right: solid #CCCCCC;
	border-bottom: solid #999999;
	border-left: solid #CCCCCC;
}
@-webkit-keyframes logospin {
	0% { opacity: 0; -webkit-transform: rotate(200.0deg) scale(.1); }
	100% { opacity: 1; -webkit-transform: rotate(18.435deg) scale(1.0); }
}
@-webkit-keyframes aistretch {
	0% { opacity: 0; -webkit-transform: scale(.1,4.0) }
	67% { opacity: 0; -webkit-transform: scale(.1,4.0) }
	100% { opacity: 1; -webkit-transform: scale(1.0,1.0) }
}
@-webkit-keyframes fadezoom {
	0% { opacity: 0; -webkit-transform: scale(.75); }
	75% { opacity: 0; -webkit-transform: scale(.75); }
	100% { opacity: 1; -webkit-transform: scale(1.0); }
}
@-webkit-keyframes horizstretch {
	0% { -webkit-transform: scale(0.0,1.0) }
	100% { -webkit-transform: scale(1.0,1.0) }
}
@-webkit-keyframes headstretch {
	0% { opacity: 0; -webkit-transform: scale(3.0,1.0) }
	100% { opacity: 1; -webkit-transform: scale(1.0,1.0) }
}
@-webkit-keyframes siderotate {
	0% { -webkit-transform: rotateY(90deg); }
	67% { -webkit-transform: rotateY(90deg); }
	100% { -webkit-transform: rotateY(0deg); }
}
.logoanim {
	-webkit-transform: rotate(18.435deg);
	-webkit-animation-name: logospin;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in;
}
.aianim {
	-webkit-animation-name: aistretch;
	-webkit-animation-duration: 3s;
}
.taganim {
	-webkit-animation-name: fadezoom;
	-webkit-animation-duration: 4s;
}
/*.iconanim {
	-webkit-animation-name: horizstretch;
	-webkit-animation-duration: 1.5s;
}*/
#headanim {
	-webkit-animation-name: headstretch;
	-webkit-animation-duration: 2s;
}
#sideanim {
	-webkit-animation-name: siderotate;
	-webkit-animation-duration: 3s;
}