
@import url(./advanced.css);
@import url(./x-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: 'Lucida Grande', Verdana, helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-size: 150%;
  font-weight:bold;
  margin:0 0 1.1em 0;
}

h2 {
  font-size: 110%;
  margin:0 0 1em 0;
  font-weight: normal;
}
h3, h4 {
	font-size:100%;
	margin:0 0 0.2em 0;
	font-weight:bold;
}
h4 {
	font-size:100%;
	font-weight:bold;
	font-style:italic;
}
p {
	margin:0 0 1em 0;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#00FF00;
}
ul {
	margin:0 0 1em 25px;
}
li {
	margin:0 0 0.25em 0;
}
address {
	padding-left:25px;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
}
.centered {
	text-align:center;
}

#translateBar{
	padding-left:6px;
	text-align:center;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}

#notifier{
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	width:200px;
	padding:30px 0 10px 0;
	margin:0 auto;
	text-align:center;
	border:1px solid #666;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.translate {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
}

