 td {
 	padding: 0;
 }

 img {
 	padding: 0;
 	border: none;
 }

 a.login         {
 	font-family: 'Arial';
 	color: #c00000;
 	font-size: 13px;
 	font-style: normal;
 	font-weight: normal;
 	text-decoration: none;
 }

 a.login:hover   {
 	font-family: 'Arial';
 	color: #ff0030;
	 font-size: 13px;
 	font-style: normal;
 	font-weight: normal;
 	text-decoration: underline;
 }

 a.menulnk       {
 	font-family: 'Sans Serif';
 	color: #c00000;
 	font-size: 19px;
 	font-style: italic;
 	font-weight: normal;
 	text-decoration: none;
 }

 a.menulnk:hover {
 	font-family: 'Sans Serif';
 	color: #ff0030;
 	font-size: 19px;
 	font-style: italic;
 	font-weight: normal;
 	text-decoration: underline;
 }

 body {
 	margin: 0;
 	padding: 0;
 }

 input.core  {
 	border: 1px solid gray;
 	background: #f0f0ff;
 	font-family: Arial;
 	font-weight: normal;
 	font-size: 11px;
 	height: 17;
 	padding: 0;
}




































































































   