/* CSS Document */

a { text-decoration: none }
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	font-style:italic;
	line-height: 120%;
	font-weight: bold;
	color:#000000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	font-style:normal;
	line-height: 120%;
	font-weight: bold;
	color:#000000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	font-style:normal;
	line-height: 120%;
	font-weight: bold;
	color:#000000;
}
#sentence {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 120%;
	text-align:justify;
	color:#00000;
	width: 100%;
}

#column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 120%;
	text-align:left;
	color:#00000;
	width: 100%;
}

#centered-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 100%;
	text-align:center;
	color:#00000;
	width: 100%;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height: 100%;
	text-align:center;
	color:#00000;
	width: 100%;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}