/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1.0em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
p, ul, ol {
	font-size: 0.7em;
}
a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover, a:active {
	color: #0099FF;
	text-decoration: underline;
}
a.quiet:link, a.quiet:visited {
	color: #666666;
	text-decoration: none;
}
a.quiet:hover, a.quiet:active {
	color: #666666;
	text-decoration: underline;
}
img{
	border: none;
	vertical-align: bottom;
}
.red {
	color: #F00;
}
.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}
.justify{
	text-align: justify;	
}
