/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	font-size:12px;
	font-family:Tahoma;
	font-style:normal;
	font-weight:normal;
	background:url(imgs/upright.jpg) no-repeat top right;
}
td{
	text-align:left;
	vertical-align:top;
	font-size:12px;
	font-family:Tahoma;
}
td.cntr{
	text-align:center;
	vertical-align:middle;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
h1{
	font-size:18px;
}