/* CSS Document */

/********************************************************** //
//                                                          //
// Producer     : aeMotion b.v.                             //
// Development  : B. Ridderikhoff                   		//
// Web          : www.aeMotion.com                          //
//                                                          //
// ******************************************************** //
//                                                          //
// Copyright ? 2009, aeMotion b.v.                          //
// All rights reserved.                                     //
// All trademarks and registered trademarks are property of //
// their respective owners.                                 //
//                                                          //
//***********************************************************/



html {
		height:100%;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		color:#000000;
		line-height:20px;
		
		overflow-y:scroll;
}

body {
		background-color:#FEFEFE;
		background-image:url(images/background.jpg);
		/*background-position:bottom;*/
		background-attachment:fixed;
}

/* <!-----------------------------------------------------------------!>  */
/* Link styles */
a,
a:visited {
		color:#005510;
		text-decoration:none;
}

a:hover {
		color:#669900;
		text-decoration:underline;
}

/* <!-----------------------------------------------------------------!>  */
/* Heading styles */
h1 {
		font-size:19px;
		color:#000000;
		
		margin-bottom:10px;
}

h2 {
		font-size:19px;
		color:#000000;
		
		/* margin-bottom:10px; */
}

h3 {
		font-size:19px;
		color:#000000;
		
		margin-bottom:10px;
}

h4 {
		font-size:19px;
		color:#000000;
		
		margin-bottom:10px;
}

/* <!-----------------------------------------------------------------!>  */
/* P Styles */
p {
}

strong {
}