h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #069;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}

.image_text {
	font-size: 10px;
	text-align: center;
}

.small {
	font-size: 10px;
}

.company_name {
	color: #008080;
	font-weight: bold;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #005580;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.big_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #096;
	text-align: left;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.copyright b {
	color: #666;
}

.copyright a:link, .copyright a:visited {
	color: #999;
	text-decoration: underline;
}

.copyright a:hover {
	color: #999;
	text-decoration: none;
}