* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body {
	padding-bottom: 25px;
	background-image: url(images/background_blue.gif);
	background-repeat: repeat-x;
	background-color: #094467;
	color: #ffffff;
 	text-align:center;
}
h1 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	color: #FFFFFF;
	background-color:transparent;
	background-image: url(images/ic_link.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding-left: 12px;
}
a:hover {
	color: #FFdddd;
	background-color:transparent;
}
img {
	border: none;
}
.stupid {
	display: none;
}
