.green {
	color: #79EE07;
}

.orange {
	color: #F60;
}

.black {
	color: #000;
}

.gray {
	color: #888;
	}

.red {
	color: #F00;
	}

.italic {
	font-style: italic;
}

#banner1 img {
	border: 0;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 30px 70px 50px 70px;
	line-height: 22px;
}

#content a {
	color: #F60;
	text-decoration: underline;
}

#content a:hover {
	color: #F60;
	text-decoration: none;
}

h1 {
	font-family: Arial, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
}


#content strong {
	font-weight: bolder;
}

#content .error {
	background-color: pink;
}