a {
	color:#ff1715;
	text-decoration: underline;
}
a:hover{
	color:#000000;
}
a:active{
	color:#000000;
}

body
{
	font-family:Verdana;
	color:Black;
}

.mainTxt
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
}

.smallTxt
{
	font-size: 9px;
	font-family: Verdana;
}

.headingTxt
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold
}

.subheadingTxt
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.redsubheadingTxt
{
	font-family:Verdana;
	font-size:12px;
	color:black;
}

.whitetxt
{
	font-family:Verdana;
	font-size:10px;
	color:White;
}

.form
{
	font-family:Courier;
	font-size:7px;
	color:black;
	background-color:#e3e3e9;
}
.layerstyle
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	overflow: auto;
	width: 350px;
	padding-top: 2px;
	position: static;
	height: 240px;
	background-color: #d3d3d3;
}
