/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Verdana;
	font-size: 99%;
	color: #333333;
}
h1, h2, h3, h4{
	font-size: 0.9em;
}
p,ul,ol{
	font-size: 0.7em;
}
a:link, a:visited{
	color: #3399D4;
	text-decoration: none
}
a:hover, a:active{
	color: #3399D4;
	text-decoration: underline
}
.red{
	color: #3399D4;
}
.red a:link, .red a:visited{
	color: #3399D4;
	text-decoration: none;
}
.red a:hover, .red a:active{
	color: #3399D4;
	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;
}
.floatRight{
	position: relative;
	float: right;
	margin: 5px;
}
.floatLeft{
	position: relative;
	float: left;
	margin: 5px;
}