
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
address { font-style:normal }

table {	border:1px; padding:0px; margin:0px; border-spacing:0px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; 	font-size: 14px;}

A.normal {
	color: #000000;
	text-decoration:none;
}

A.normal:hover {
	color: #000000;
	text-decoration:underline;
}

A.normal:visited {
	color: #000000;
	text-decoration:none;
}

A.rightnav:visited {
	font-family: verdana, arial, helvetica, sans-serif;
  	color: #000000;
  	text-decoration:none;
	font-size: 14px;
}

.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


A.footer:link {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

A.rightnav:link {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	font-size: 14px;
}

A.rightnav:hover {
	font-family: verdana, arial, helvetica, sans-serif;
  	color: #000000;
  	text-decoration:underline;
	font-size: 14px;
}

/*	body
*******************************************************************************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	voice-family: inherit;

}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }



