﻿/* Global formating */
body {
	background-color: #fff;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 9pt;	
}
h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #062950;
}
h2 {
	font-family: Arial;
	font-size: 11pt;
	color: #009900;
}
h3 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #0066cc;
}
p, td {
	color: #3a3a3a;
	font-family: Arial;
	font-size: 9pt;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}
ul{
	list-style-image:url('arrow.jpg');
	line-height: 14pt;
}

