body {
	background: #0a0000 url(kuvat/taustakuva.jpg) no-repeat top center;

}

h1{
   font-family:    verdana, sans-serif;
   font-size:      12px;
   background:     white;
   color:          #66A244;
   }

h2{
   font-family:    arial, sans-serif;
   font-size:      11px;
   color:          #292929;
   }

form
   {
   font-family:    arial, verdana, sans-serif;
   font-size:      10px;
   color:          #1A1A1A;
   }

   
p3
   {
   font-family:    arial, verdana, sans-serif;
   font-size:      11px;
   color:          #1A1A1A;
   }

div{
   font-family:    arial, verdana, sans-serif;
   font-size:      11px;
   color:          #E4E1DF;
   }

p
   {
   font-family:    verdana, arial, serif;
   font-size:      11px;
   color:          #292929;
   text-align:	 justify;
   line-height:    1.4;
   }

ul
   {
   list-style-type: circle;
   font-family:    arial, verdana, serif;
   font-size:      11.4px;
   color:          #5F5F5F;
   line-height:    1.4; 
   }


a:link    { color: #9C2727; background: transparent; text-decoration: none;}
a:visited { color: #9C2727; background: transparent; text-decoration: none;}
a:active  { color: #9C2727; background: transparent; text-decoration: none;}
a:hover   {text-decoration: underline; color: #A62F30;}



form {
	display: inline;
}

label {
	margin: 0.6em 0 0.2em 0;
	display: block;
}

span.required {
	color: #f00;
}

input, textarea {
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: auto;
}

input.inputField {
	display: block;
	margin: 0.2em 0 1em 0;
	width: 18em;
}

input.button {
	background-color: #f7f7f7;
}

select {
	/*display: block;*/
	margin: 0 0 0.4em 0;
}

input.hidden {
	display: none;
}



input#mailingListEmail {
	width: 150px;
	margin: 0 0 0 0;
	float: left;
}



