<!--
body  {
	color : #fff; /* text */
	background-color : #000;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../graphics/bground.jpg);
	background-attachment: fixed;
}

h1  {
	font-weight : normal;
	font-size : 18px;
	font-family : verdana, geneva, arial, sans-serif;
	color : #fff;
	text-align : left;
}

h2  {
	font-size : 15px;
	font-family : verdana, geneva, arial, sans-serif;
	color :#fff;
	margin-bottom: 0px;
	text-align : left;
}

strong  { font-weight : bold; }

em  { font-style : italic; }

img  {
	border : 0;
	color : #000
}

p  {
	font-size : 14px;
	font-family : verdana, geneva, arial, sans-serif;
	margin-top : 0px;
	color : #ccc;
	text-align : left;
}

.footer	{
	font-size : 11px;
	font-family : verdana, geneva, arial, sans-serif;
}

ul,ol {
	color : #ccc;
	text-align : left;
	font-family : verdana, geneva, arial, sans-serif;
	font-size : 12px;
}

li {	color : #ccc; }

.rt { text-align : right; }

.nav {
	font-size : 11px;
	font-family : verdana, geneva, arial, sans-serif;
	margin-top : 0px;
}

.bc	{
	font-size : 11px;
	font-family : verdana, geneva, arial, sans-serif;
}

pre  { white-space : pre; }

hr  { color : #999999; }

a:link, a:visited, a:active, a:hover  {
	text-decoration : underline;
}

a:link { color : #CC0000; text-decoration:none; }

a:visited	{ color : #CC0000; }

a:active { color : #ccc; }

a:hover {color: #999; text-decoration:none;}



a.sample:link, a:visited, a:active, a:hover  {
	text-decoration : underline;
}

a.sample:link { color : #000000; text-decoration:none; }

a.sample:visited	{ color : #cccccc; }

a.sample:active { color : #ccc; }

a.sample:hover {color: #999; text-decoration:none;}


-->



