body {
	font-family: "Arial";
	padding: 0px 0px 0px 0px;
	background: #fff;
	color: #333;
}

a {
	color:#0082DC;
}

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

a:active {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;

}

.Title {
	font-size:22px;
	font-weight:bold;
	color:#0082DC;
}

.SmallTitle {
	color:#0082DC;
	font-weight:bold;
}

