/* Element Styles */
body {
	background: #FFFFFF url(bg.gif) repeat-x;
}
body.frame {
	background: none;
}
#privacy {
	background: #FFFFFF;
}
h1 {
	font: bold italic 1.4em Verdana,Arial,Helvetica,sans-serif;
}
h2 {
	font: bold italic 1.1em Verdana,Arial,Helvetica,sans-serif;
}
h4 {
	font: bold italic 1.0em Verdana,Arial,Helvetica,sans-serif;
}
p, blockquote, .tag {
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
}
ul { 
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
	list-style: square;
}
ol {
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
}
hr {
	color: #CC3399;
}

/* Link Styles */
a:link {
	color: #000066;
}
a:hover {
	color: #006666;
}
a:active {
	color: #990066;
}
a:visited {
	color: #333399;
}

/* Class Styles */
.main {
	margin: 20px;
}
.error {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.75em;
}
.expand {
	margin-top: 15px;
}
.nest {
	font: 0.9em Verdana,Arial,Helvetica,sans-serif;
}
.indent {
	margin-left: 40px;
}
.copyright {
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}