/* CSS Document */
body{
	background-color:#F0FCFF;
	padding-top:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.name
{
	font-family:Arial; font-size:11px; font-weight:bold; color:#000099
}
.intro
{
	font-family:Tahoma; font-size:11px; color:#000000;
	line-height:20px;
}
input
{
	border:1px black solid;
}
textarea
{
	border:1px black solid;
}
a{
text-decoration:none;
}