/* CSS Document */
html {
	overflow:hidden;
	height:100%;
	width:100%;
}
body {
	margin:0px;
	padding:0px;
	font-family:"Myriad Pro", "Myriad", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
	max-height:100%;
	overflow:hidden;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
#footerText a {
	color:#ccc;
	text-decoration:none;
}
#footerText a:hover {
	color:#666;
	text-decoration:none;
}
.pageTitle {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
input {
	border:#cccccc 1px solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	background:url(../images/menuDDBG.png);
	color:#FFFFFF;
}
input:focus {
	border:#000000 1px solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
}
.button {
	background-color:#cccccc;
	background-image:none;
	color:#000000;
	border:#000000 1px solid;
}
