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

* {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

body {
	margin:30px;
	background-color:#FFFFFF;
}

a:link, a:active, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #d06121;
	color:#333;
}

a:hover {
	border-bottom:1px dotted #d06121;
	color:#d06121;
}

input:focus {
	background-color:#fdffe4;
}

input#connect {
	height:22px;
	font-size:12px;
	margin-top:5px;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}

h2 {
	font-size:18px;
	text-align:center;
	margin-top:20px;
}



#Label {
	line-height:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}



