/* CSS Document */

body {
		margin: 0;
		font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
		line-height: 16px;
		font-size: 70%;/* font sizing in ems. If you want to change anything, just change this.*/
		background-color: #D6D6AE;
		color:#6A6A42;
		}
		
h1, h2, h3, h4, h5, h6 {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
	}

hr {
	height: 1px;
	width: 100%;
	color: #838352;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

p {
		font-size: 1em;
		margin: 0;
		padding: 0;
	}

ul {
		padding-left:1em;
		margin-left:0;
}

/* Form Classes */
.formField {
	color: #1A4D80;
	border: 1px solid #A4B97F;
	font-size: 12px;
	}

/* Atelier */

#Atelier { font: 1em Georgia, Verdana, Arial, Helvetica, sans-serif; color: #838352 }

#Atelier a:link, #Atelier a:visited, #Atelier a:active	{ text-decoration: none; color: #838352 font-weight: normal; }
#Atelier a:hover	{ text-decoration: underline; color: #838352 font-weight: normal; }

A:link , A:visited, A:active, A:hover
{	
	color:	#6A6A42;
}	

A:link , A:visited, A:active
{	
	text-decoration:	none;
}	

A:hover
{	
	text-decoration:	underline;
}
