body {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	font-size: 12pt;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('images/sphere.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

td {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	font-size: 12pt;
	color: #FFFFFF;
}

th {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	font-size: 12pt;
	color: #FFFFFF;
}

h1 {
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
	font-variant: small-caps;
}

table.bordered {
	border: thin solid #333333
}

td.bordered {
	border: thin solid #333333
}

th.bordered {
	border: thin solid #333333
}


a:link {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #888899;
	text-decoration: underline;
	font-variant: normal;
	font-size: 12pt;
}

a:visited {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #888899;
	text-decoration: underline;
	font-variant: normal;
	font-size: 12pt;
}

a:hover {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #9999CC;
	text-decoration: none;
	font-variant: normal;
	font-size: 12pt;
}

a:active {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #888899;
	text-decoration: underline;
	font-variant: normal;
	font-size: 12pt;
}

p.toolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	line-height: 0.9cm;
}

a:link.toolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	line-height: 0.9cm;
}

a:visited.toolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	line-height: 0.9cm;
}

a:hover.toolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	line-height: 0.9cm;
}

a:active.toolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	line-height: 0.9cm;
}

p.smalltoolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 11pt;
	line-height: normal;
	white-space: nowrap;
}

a:link.smalltoolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	font-size: 11pt;
	line-height: normal;
	white-space: nowrap;
}

a:visited.smalltoolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	font-size: 11pt;
	line-height: normal;
	white-space: nowrap;
}

a:hover.smalltoolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 11pt;
	line-height: normal;
	white-space: nowrap;
}

a:active.smalltoolbar {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	font-size: 11pt;
	line-height: normal;
	white-space: nowrap;
}

input {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-size: 10 pt;
}

textarea {
	font-family: "Palatino Linotype", "Baskerville SemiBold", Baskerville, Perpetua;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-size: 10 pt;
}

.theshadow {background:#333333; position:relative; margin:.5em 2em;}
.castshadow {left: -4px; top:-3px; background: #ffc; position:relative; }