body { font-family: Arial, Helvetica; }

.ish_title {
	text-align: center;
	letter-spacing: -1px;
	font-size: 30pt;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-weight: bold;
	color: #222;
}

.ish_tagline {
	font-size: 12pt;
	color: #555;
	font-weight: bold;
	text-align: center;
}
.ish_tagline input {
	font-weight: bold;
	color: #222;
	dbackground-color: #f0f5f0;
	background-color: #fff;
	font-size: 12pt;
	width: 200px;
}
.ish_tagline button {
	font-size: 13pt;
}
.ish_tagline button:hover {
	cursor: pointer;
}

.ish_banner {
	text-decoration:none;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	align: center;
	margin: 5px auto;
	width: 500px;
	background-color: #f5f5f0;
	padding: 5px 0px 0px 0px;
	border: #ddd 2px solid;
}

.ish_banner a { text-decoration: none; }


.orange { color: #ff7900; }

.article {
    margin:25px;
    font-size:13pt; 
    width: 650px; 
    font-family: georgia, times new roman, times, serif;line-height:1.4em;
}

.article h1 { line-height: 1.2em; }
.article li { margin-top: 0.8em; }
.article_note {
    margin:25px;
    font-size:12pt; 
    font-family: georgia, times new roman, times, serif;line-height:1.4em;
    font-style: italic;
}
