/* 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: 1.0em;
}
p,ul,ol{
	font-size: 0.7em;
}
a:link, a:visited{
   color: #336699;
	text-decoration: none;
}
a:hover, a:active{
   color: #FF6600;
	text-decoration: underline;
}
.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;
}
.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;
}
.blue{
	color: #336699;
}
.orange{
	color: #FF6600;
}
.lightBlue{
	color: #3399CC;
}
.grey{
	color: #888888;
}
.black{
	color: #000000;
}
.light{
	font-weight: normal;
}
.clear{
     clear: both;
     overflow: hidden;
     width: 0;
     height: 0;
}
.borderOn{
	border: solid 1px #CCCCCC;
}
