.body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}
	
.body_bold {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}

.subtitle {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
	font-style : italic;
}

.body_i {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
	font-style : italic;
}

.link {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	font-weight : normal;
}

.footer {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.quote {
	font-family: Courier;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: none;
	font-weight : normal;
}


