body{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
body,td{
	font-family: verdana, MS sans serif, sans-serif,  Arial;
	font-size: 70%;
}
.grey {
	color : #9FA1A3;
	text-decoration : none;	
	font-weight : bold;
	font-size: 130%;
	margin: 0;
	padding: 0;	
}
.green {
	color : #479869;
	text-decoration : none;	
	font-weight : bold;
	font-size: 130%;
	margin: 0;
	padding: 0;	
}
.red {
	color : #F4771A;
	text-decoration : none;	
	font-weight : bold;
	font-size: 130%;
	margin: 0;
	padding: 0;
}
.blue {
	color : #008AD6;
	text-decoration : none;	
	font-weight : bold;
	font-size: 130%;
	margin: 0;
	padding: 0;
}
.auth-find{
	border: 1px solid #B2B4B6;
	width: 400px;
}
.auth-field{
	border: 1px solid #B2B4B6;
	width: 95px;
}	
A:Link {
	color : #008AD6;
	font-size: 100%;
}
A:Visited {
	color : #8C535F;
  font-size: 100%;
}
A:Active {
	color : #F4771A;
	font-size: 100%;
}
A:Hover {
	color : #F4771A;
	font-size: 100%;
}
A.menu:Link {
	color : #ffffff;
	font-size: 100%;
	text-decoration : none;	
}
A.menu:Visited {
	color : #ffffff;
  font-size: 100%;
  text-decoration : none;  
}
A.menu:Active {
	color : #F7C222;
	font-size: 100%;
	text-decoration : none;	
}
A.menu:Hover {
	color : #F7C222;
	font-size: 100%;
	text-decoration : none;	
}
td.head{
    padding-left: 10px;
}