/* settings for appearance alone */
body 	{ 
	background: #2F3237;
	color: #DADBDC;
	font-size: 8pt;
	font-family: "Verdana";
	}

img { border: 0; }

a { color: #C63441; }
a:link { text-decoration: none;	}
a:hover { text-decoration: underline; }

#content { background: #000000; }
#header { background: #000000; }
#footer { background: #000000; }

#menu	{ 
	margin: 0 0 2em 0;
	color: #DADBDC; 
	text-align: center; 
	}
	
#menu a { 
	color: #DADBDC;
	text-decoration: none;
	}
#menu a:hover { text-decoration: underline }

div.paddingwrap
	{
	margin: 0;
	padding: 1em;
	}

p, h1, h2, h3
	{
	padding: 0;
	margin: 1em 0 1em 0;
	}

h1 { font-size: 12pt; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }

p.credits { font-size: 7pt; }

td { padding: 0.5em 0 0.5em 0; }