body {
	background: White;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
	font-size: 1.0em;
	margin-top: 10px;
	padding-top: 10px;
	background: White url(../images/background_trans.gif) no-repeat;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: .8em;
	color: Red;
	border-bottom: 1px dotted Lime;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.nav a:link {
	color: Red;
}
.nav a:visited {
	color: #63FF31;
}
.nav a:hover {
	color: Blue;
	text-decoration: none;
}
p.main {
	padding-top: 10px;
	background: transparent;
	font-size: 1.0em;
	margin-left: 10px;
}
.copyrights {
	color: Red;
	font-size: .7em;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: Red;
	text-decoration: none;
}
a:visited {
	color: Gray;
	text-decoration: none;
}
a:hover {
	background: #63FF31;
	color: Blue;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	list-style: disc;
	line-height: 1.2em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	font-variant: small-caps;
	background: transparent;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	background: transparent;
}
