@charset "utf-8";
BODY {
	margin: 0px;
	background-color: #ffffff;
	font-family: Calibri, Arial, Helvetica, sans-serif;

}	
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
    color: #000000;
	text-decoration: none;
}
a:visited  {
	color: #000000;
	text-decoration: none;
}
a:hover {
	 color: #006dd8;
}
a.second:link {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 165%;
}
a.second:active {
   	font-size: 125%;
	color: #ffffff;
	font-size: 165%;
}
a.second:visited  {
    font-size: 125%;
	color: #ffffff;
	font-size: 165%;
}
a.second:hover {
	color: #999999;
}
a.third:link {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 115%;
}
a.third:active {
	font-weight: bold;
	color: #000000;
	font-size: 115%;
}
a.third:visited  {
	font-weight: bold;
	color: #000000;
	font-size: 115%;
}
a.third:hover {
	font-weight: bold;
	color: #006dd8;
}

