/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #222222;
}
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: #7B4092;
	text-decoration: none;
}
a:hover, a:active{
	color: #7B4092;
	text-decoration: underline;
}
.yellow{
	color: #FFF200;
}
.red{
	color: #CC3333;
}
.light{
	font-weight: normal;
}
.borderOn{
	border: solid 1px #BBB;	
}
.clear{
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.1em;
}
