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


html, body{
	height:100%;
	padding:0px;
	margin:10px auto;
	font-family: "MS Reference Sans Serif", Arial;
}

tr {
	vertical-align:top;
}

#emailform
{
	font-size:small;
}


#container {
	margin:0px auto;
	height:100%;
	width:1000px;
	background-color:white;
}

#right {
	display:table;
	width:700px;
}

#pagecontent {
	font-size:small;
}
