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

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #ccc;
	//background-image: url('body_bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: justify;
}

a:link 		{color: #f68c1f; text-decoration: none;}
a:visited 	{color: #f68c1f; text-decoration: none;}
a:hover 	{color: #f68c1f; text-decoration: underline;}
a:active 	{color: #f68c1f; text-decoration: none;}

p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding-bottom: 20px;
}

#left p { font-size: 12px; }

h1, h2 {
	font-family: "Trebuchet MS", Calibri, sans-serif;
	margin: 10px auto;
	width: 100%;
	text-align: left;
}

h2 { font-size: 22.6px; }

.error {
	font-weight: bold;
	color: #f00;
}

input.error, textarea.error {
	background-color: #fdd;
	color: #f00;
}

img { border: 0px; }

/*
Scale: 1:1,618 (golden ratio)

base 14:
5,347748827
8,652657602
14
22,652
36,650936
59,30121445
95,94936498
155,2460725
251,1881454
406,4224192
657,5914742
1063,983005
1721,524503
*/