@charset "utf-8";
/* CSS Document */

body {

	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-size: 18px;
	color: #ffffff;
}
h2 {
	font-size: 14px;
	color: #075388;
}

.textfield{
	font-size:10px;
	color:#006;
	background-color:#CCC;
	border-style:solid;
	border-color:#333;
	border-width:1px;
}
.menu{
	color:#aaaaaa;
}