
* {
	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: #6a8691;
	background: #ffffff;	
}

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

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -0.5px;	
	color: #000000;
	margin: 10px 0px 10px 0px;
}

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: #6a8691;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	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 #006825;
}

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

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

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