form {margin: 0;}

html, body {
	height: 100%;
	margin: auto;
	padding: 0px;
	font-size:12px;
	font-family: verdana;
	background: url(/images/common/secondary_bg.gif);
	/*background: url(/images/common/vertical_bg.gif) #ffffff repeat-x;*/
}

td {
	height: 100%;
	margin: auto;
	padding: 0px;
	font-size:12px;
	font-family: verdana;

}
a:link, a:visited, a:active { text-decoration: none; color: gray }
a:hover { color: silver }


