@charset "utf-8";
/* CSS Document */

.smallText{
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height:1.8em;

}


.bold{
	font-family: "arial";
	font-size: 12px;
	font-weight: normal;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	line-height:1.8em;

}


a {
	font-family: "Arial";
	font-size: 12px;
	color: #ffffff;
}
a:link {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}





.Hedding{
	font-family: "arial";
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height:1.8em;

}


.button:link { font: arial; font-size: 12px; font-weight:bold; color: #fff; text-decoration: none; }
.button:visited { font: arial; font-size: 12px; font-weight:bold; color: #fff; text-decoration: none; }
.button:active { font: arial; font-size: 12px; font-weight:bold; color: #fff; text-decoration: none; }
