body {
	margin: 0px;
	height: 100%;	
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #646464;
}

a {
	text-decoration: none;
	color: #196297;
}

a:hover {
	text-decoration: underline;
	color: #4eb0e9;
}

.header {
	color: #646464;
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 12pt;
}

.join {
	color: #f58220;
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 12pt;
}

.bottomborder {
	border-bottom:1px solid #ccc
}

.textbox {
	border: 1px solid #646464;
}

.textdiv {
	padding-right: 30px;
}

.errortext {
	color: #c00;
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 10pt;
}
.button
{
    	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 10pt;
		border: 1px solid #646464;
		cursor:hand;
}