@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-align: center;
	background: #e2e2e2;
}

legend {
	display: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:link {}
a:hover {
	color: #f06;
}
a:active {}
a:visited {}

b, strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 16px 0;
}

p {
	padding: 0 0 20px 0;
}

.content a {
	text-decoration: underline;
}

ol, ul {}
ol li {}
ul {
	padding-bottom: 24px;
}

ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

ol li {
	padding-bottom: 16px;
}

ul li {
	padding: 0 0 0 8px;
}

ul li ul {
	padding-left: 8px;
	padding-bottom: 10px;
}

 

h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 16px 0;
} 

h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 16px 0;
}