/* CSS Document */

body,td,th {
 font-size: 12px;
 margin-left: 0px;
 margin-top: 0px;
 font-family: Calibri;
}
 
h1 {
	font-family: Calibri;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	font-weight: bold;

}
h2 {
	font-family: Calibri;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;

}
h3 {
	font-family: Calibri;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-weight: bold;

}
 
A:link {
	color: #0099FF;
	text-decoration: none;
	font-family: Calibri;
	font-size: 12px;

}
 
A:visited {
	color: #0099CC;
	text-decoration: none;
	font-family: Calibri;
	font-size: 12px;

}
 
A:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Calibri;
	font-size: 12px;

}
 
A:hover {
	color: #00CCFF;
	text-decoration: none;
	font-family: Calibri;
	font-size: 12px;

}
 
P {
	font-size: 12px;
	font-family : Calibri;
	color: #000000;

}

