@charset "utf-8";

body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 45px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FFFF33;
}
div#welcome {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
}
div#welcome img {
	vertical-align: bottom;
	border: none;
}
p#copyright {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

/* Windows IE6 - Start \*/
* html body {
	text-align : center ;
}
* html div#welcome {
	text-align : left ;
}
* html p#copyright {
	text-align : left ;
}
/* Windows IE6 - End */