.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Pointer{
	cursor:pointer;
}
.header-back{
	background-image:url(images/header-back.jpg);
	background-repeat:repeat-x;
}

.links a
{
    color:#00AB33;
    font-family:Verdana;
    font-size:12px;
}

.links a:hover
{
    color:#009966;
    font-family:Verdana;
    font-size:12px;
}
