@charset "utf-8";
.Vendakka {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FF0000;
}
.normtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.normlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.normlink:link {text-decoration:underline;}
.normlink:hover {text-decoration:underline; color:#FF0000;}

.normcaption {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
}

