.body_heading {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}

.title {
	font-family: Arial;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}

.admin_title {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
.body {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight : normal;
}

.side {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : normal;
}
.side_heading {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight : bold;
	font-style : italic;
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	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;
}

