body{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   background-color: #FFFFFF;
   color: #000000;
}
h1, h2, h3, h4{
	font-size: 1em;
}
p,ul,ol{
	font-size: 0.75em;
}
a:link, a:visited{
	color: #0066FF;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF0000;
	text-decoration: underline;
}
.red a:link, .red a:visited{
	color: #FF0000;
	text-decoration: none;
}
.red a:hover, .red a:active{
	color: #FF0000;
	text-decoration: underline;
}
.red{
	color:#FF0000;
}
.clear{
     clear: both;
     overflow: hidden;
     width: 0;
     height: 0;
}
.imageOn, .imageOff{
	margin:5px;
	padding:0px;
	border: 1px solid #666666;
}
.imageOff{
	border: none;
}
.large11{
	font-size: 1.1em;
}
.large12{
	font-size: 1.2em;
}
.large13{
	font-size: 1.3em;
}