/* Fly Group CSS */

body {
	font: 11px Verdana,Helvetica,Sans-Serif; 
	margin: 0px;
}

p, li {
	font-size: 11px;
	color: #424242;
	word-spacing: 0.1em; 
	line-height: 140%;
}

h1 {
	font-size: 19px;
	color: #0066b2;
	font-weight: bold;
	font-family: Tahoma, Times New Roman, arial, Helvetica, sans-serif;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	color: #424242;
	font-weight: bold;
	font-family: Tahoma, Times New Roman, arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	font-family: Tahoma, Times New Roman, arial, Helvetica, sans-serif;
}

a:link {
	color: #c03b00; text-decoration: none;
}
a:visited {
	color: #c03b00; text-decoration: none;
}
a:hover {
	color: #c03b00; text-decoration: underline;
}
a:active {
	color: #c03b00; text-decoration: none;
}
