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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
.title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.maintitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#CC0000
}
.desc {
	font-family: Tahoma;
	font-size: 10px;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color:#FFFFFF;
}
.dept {font-family: Tahoma; font-size: 10px; color: #999999; }
.button {background-color:#CC0000;
font-family:Tahoma;
font-size:12;
 border-color:#ffffff;
  border-style:solid;
   border-width:1px ;
   color:#FFFFFF
}
.Textfield {
direction:ltr;
background-color:#eaeaea;
 border-color:#999999;
  border-style:solid;
   border-width:1px ;} 
   a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	text-decoration: none;
	color:#CC0000;
}
a:active {
	text-decoration: none;
}
