/*
colors:#CCFFFF,#CCFFCC,#BDE6E1,#FFFF99,#6688EE,#CCCCCC,#FFCC99
*/

body {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: #FFFFFF;
/*	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0) );
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(229,238,201,1.0)), to(rgba(238,244,220,1.0)));*/
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input {
	font-family: "Helvetica", "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif
}

a:link,a:visited {
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

a:hover,a:active {
	font-style: italic;
	text-decoration: underline;
}

h1 {
	font-size: 1.625em;
}

p {
	font-size: 0.9em;
	text-shadow: 0 1px #fff;
}

img {
	border: none;
}

.main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: center;
}

footer {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
}

iframe {
	border: none;
	overflow: visible;
	background-color: transparent;
}

#title {
	margin-top: 40px;
	font-family: 'Arvo', 'Josefin Slab', tahoma, calibri, verdana, arial, sans-serif;
	text-shadow: 4px 4px 4px #aaa;
}