body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	overflow: -moz-scrollbars-vertical; /* FF : Prevent page jumping between non/scrolling pages */
}
h1, h2, h3, h4, h5, h6 {	
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.6em;
}
h1 {
	font-size: 3em;
	color: #fff;
}
h2 {
	font-size: 2.2em;
	color: #575757;
}
h3 {
	font-size: 1.8em;
	color: #535353;
}
h4 {
	font-size: 1.2em;
	color: #248802;
	margin: 0 0 1em;
}
input, select, textarea {
	color: #3F3E29;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em
}
input {
	vertical-align: bottom;
}
p input,
li input, li select, li textarea,
dd input, dd select, dd textarea {
	font-size: 1em;
}
object, embed {
	outline: none; /* Removes the white dotted border that sometimes appears around Flash elements. */
}

a:link {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}
ul, ol {				
	margin: 0 0 1.2727em 2.2727em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	font-size: 1.1em;
}
p, dl {
	margin: 0 0 0;
}
