body {
	background-color: #d2dae0;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

body,td,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link,a:visited,a:active {
	color: #DF007D;
	text-decoration: none;
}
a:hover {
	color: #DF007D;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #003366;
}