body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	background-color: #F9F7F7;
}


h1    {
	font-size: 35px;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:0px;
	font-weight: normal;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
}
    
h2    {
	font-size: 35px;
	font-weight: normal;
	padding-bottom:20px;
	color: #333;
	font-family: Times New Roman, Serif;
	text-align:center;
}
    
h3    {
	font-size: 30px;
	font-weight: normal;
	padding-bottom:10px;
	color: #333;
	font-family: Times New Roman, Serif;
	text-align:center;
}
    
h4    {
	font-size: 25px;
	color: #333;
	font-family: Times New Roman, Serif;
	text-align:center;
}
    
h5    {
	font-size: 20px;
	color: #333;
	font-family: Times New Roman, Serif;
}
    
p    {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
	line-height: 1.7;
	margin: 0.8em 0;
	margin: 0px 25px 10px 25px;
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

ol {
	line-height: 1.8;
	list-style-type: decimal;
	margin-left: 30px;
}

ul {
	line-height: 1.8;
	list-style-type: disc;
	list-style: inside;
	margin-left: 30px;
	padding-bottom: 20px;
}

dl {
	padding: 20px;
	line-height: 1.6;
	font-size: 0.9em;
}

table {
	
}

th {
	padding: 0.7em;
	text-align: left;
}

td {
	padding: 0.7em;
	text-align: left;
}

input, textarea, select {
	font-family: Lucida, Lucida Grande, sans-serif;
	font-size: 18px;
	color:#2D2D2D;
	padding: 4px;
	border: 1px solid #ddd;
	clear:both;
	margin: 8px;
	text-align: center;
}

a:link {
	text-decoration: none;
	border: none;
	outline: none;
	color: #000066;
}

a:visited {
	text-decoration: none;
	border: none;
    outline: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	border: none;
    outline: none;
	color: #000099;
}

a:active {
	text-decoration: none;
	border: none;
    outline: none;
	color: #000099;
}

hr {
	margin:10px;
	height:2px;
	color:#000;
}

