/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Verdana, 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:#003399;
	text-decoration: none;
}
a:hover, a:active{
	color: #EA1C4D;
	text-decoration: underline;
}
.red{
	color: #EA1C4D;
}
a.red:link, a.red:visited{
	color:#EA1C4D;
	text-decoration: none;
}
a.red:hover, a.red:active{
	color: #EA1C4D;
	text-decoration: underline;
}
.grey{
	color: #666666;
}
.blue{
	color: #0F4B99;
}
.white{
	color: #FFFFFF;
}
a.white:link, a.white:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a.white:hover, a.white:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.small07{
	font-size: 0.7em;
}
.small075{
	font-size: 0.75em;
}
.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;
}
.large19{
	font-size: 1.9em;
}
.large20{
	font-size: 2.0em;
}
.smallCaps{
	font-variant: small-caps;
}
.clear{
     clear: both;
     overflow: hidden;
     width: 0;
     height: 0;
	 font-size: 0.05em;
}