

a{
	color: Red;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : xx-small;
}
a:hover{
	color: Green;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
	background-color : #e9f2f7;
}
.b{
	color: Black;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : smaller;
}
.b:hover{
	color: Green;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	text-decoration : none;
}
c{
	color: Green;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : xx-small;
	font-style : oblique;
}
c:hover{
	color: Red;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
	background-color : #e9f2f7;
	font-style : oblique;
}
.d{
	color: Green;
	text-decoration : none;
	font-style : italic;
}
.d:hover{
	color: Red;
	text-decoration : none;
	font-style : italic;
}
.e{
	color: Blue;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : x-small;
}
.e:hover{
	color: Black;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
}

.f{
	color: Red;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : xx-small;
}
.f:hover{
	color: Blue;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
}
.textFrm {
	BORDER-BOTTOM: #7F9DB9 1px solid;
	BORDER-LEFT: #7F9DB9 1px solid;
	BORDER-RIGHT: #7F9DB9 1px solid;
	BORDER-TOP: #7F9DB9 1px solid;
	FONT: 10px Verdana;
	color: Black;
	font-weight : bold;
}
.g{
	color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size : xx-small;
	font-weight : normal;
}
.g:hover{
	color: red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
	font-weight : normal;
}
.h{
	color: Red;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
}
.h:hover{
	color: Black;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
}
.i{
	color: Black;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}
.i:hover{
	color: Red;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}