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


.overview{color:#FFFFFF;}

h1{
font-size:16px;
font-weight:bold;
color:#9BB93B;
padding:0px;
margin:5px 0px 5px 0px;
}
h2{
font-size:12px;
font-weight:bold;
color:#0099CC;
padding:0px;
margin:5px 0px 5px 0px;
}
.txt{
border:#9BB70D thin solid 1px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
ul,ol{
line-height:18px;
}
.submit{
background:url(../images/but/submit.png) center center no-repeat;
border:none;
width:100px;
height:33px;
cursor:pointer;
}
.reset{
background:url(../images/but/reset.png) center center no-repeat;
border:none;
width:100px;
height:33px;
cursor:pointer;
}
