@charset "UTF-8";
/* CSS Document */



 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
   body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-color: #FAFAF8;
}
.footer {font-size: 12px;
	color: #000000;
	font-family: Arial;
}
.basictext {
	font-family:Arial;
	font-size:14px;
	color:#000;
}
.bodytext {
	font-family:Arial;
	font-size:12px;
	color:#000;
}
.a-basictextred {
	font-family:Arial;
	font-size:14px;
	color:#F00;
	font-weight:bold;
}
.basiclinks {
	font-family:Arial;
	font-size:14px;
	color:#069;
	font-weight:bold;
}
.agreement {font-size: 10px;
	color: #000000;
	font-family: Arial;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}