/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #000000;
}
h1, h2, h3, h4{
	font-size: 0.9em;
}
p,ul,ol{
	font-size: 0.7em;
}
a:link, a:visited{
	color: #009900;
	text-decoration: none;
}
a:hover, a:active{
	color: #009900;
	text-decoration: underline;
}
.red{
	color: #FF0000;
}
.black{
	color: #000000;
}
.light{
	font-weight: normal;
}
.small08{
	font-size: 0.8em;
}
.small09{
	font-size: 0.9em;
}
.large11{
	font-size: 1.1em;
}
.large12{
	font-size: 1.2em;
}
.large13{
	font-size: 1.3em;
}
.large20{
	font-size: 2.0em;
}
.clear{
	clear:both;
	font-size: 0.05em;
}
.center{
	text-align: center;
}
