
* {
	font-family: Arial;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;	
}

* html input { overflow: visible; }

html {}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
	color: #444444;
	background: #006336;	
}

body.print {
	background: #ffffff;
	padding: 30px;
}

h1 {
	font-size: 20px;	
	
	font-weight: bold;
	color: #005831;
	letter-spacing: -0.5px;	
	margin: 0px 0px 10px 0px;
}
#lay-content h2 {
	color: #005831;
}
h2 {
	font-size: 18px;	
	
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.5px;	
	margin: 0px 0px 10px 0px;
}

h2.resume {
	font-size: 16px;	
	font-weight: normal;
	letter-spacing: normal;
	color: #444444;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #005831;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px;
}
br { }
hr {
	height: 1px;
	border: 0px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #005831;
}

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

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

ul {
	margin-top: 10px;
	list-style-type: square;
}