/* 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: #003399;
	text-decoration: underline;
}
.purple{
	color: #003399;
}
.grey{
	color: #666666;
}
.blue{
	color: #003366;
}
.blue a:link, .blue a:visited{
	color: #003366;
	text-decoration: none;
}
.blue a:hover, .blue a:active{
	color: #003366;
	text-decoration: underline;
}
.red{
	color: #FF0000;
}
.red a:link, .red a:visited{
	color: #FF0000;
	text-decoration: none;
}
.red a:hover, .red a:active{
	color: #FF0000;
	text-decoration: underline;
}
.white{
	color: #FFFFFF;
}
.white a:link, .white a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover, .white :active{
	color: #FFFFFF;
	text-decoration: underline;
}
.large11{
	font-size: 1.1em;
}
.large12{
	font-size: 1.2em;
}
.large13{
	font-size: 1.3em;
}
.clear{
	clear:both;
	font-size: 0.1em;
}
.clearLeft{
	clear:left;
}