/* 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, h2, h3, h4{
	font-size: 0.9em;
}
p,ul,ol{
	font-size: 0.7em;
}
a:link, a:visited{
	color: #4F2583;
	text-decoration: none;
}
a:hover, a:active{
	color: #4F2583;
	text-decoration: underline;
}
a.grey:link, a.grey:visited{
	color: #999999;
	text-decoration: none;
}
a.grey:hover, a.grey:active{
	color: #4F2583;
	text-decoration: none;
}
.red{
	color: #CC0000;
}
.orange{
	color: #EB7C22;
}
.grey{
	color: #666666;
}
.purple{
	color: #4F2583;
}
.small07{
	font-size: 0.7em;
}
.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;
}
.caps{
	font-variant: small-caps;
}
.clear{
     clear: both;
     overflow: hidden;
     width: 0;
     height: 0;
	 font-size: 0.1em;
}