/* CSS Document */


body	{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: black;
; border-color: #FF0000 black black; border-top-width: thin
	}
	
	
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  arial, helvetica, sans-serif;
    font-size: 12px;
	color: #ffffff}
	
	a:link	{
	color:	#33ccff;
	background-color: transparent;
	text-decoration: underline;
	}
	a:visited	{
	color:	#33ccff;
	background-color: transparent;
	text-decoration: underline;
	}
	a:active	{
	color:	#33ccff;
	background-color: transparent;
	text-decoration: underline;
	}
	a:hover	{
	color:	#ff6600;
	background-color: transparent;
	text-decoration:	underline;
	}

p {
	margin-top: 10;
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 10;
	line-height: 1.5 em;
	}	
	
h1	{
	font-size:  18px;
	}
	
h2	{
	font-size:	12px;
	}
	
h3	{
	font-size:	10px;
	}
	
	
h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: strong;
	color: #ff0000;
	background-color: transparent;
	margin:	0 0 0 10;
	}
	
/* turns off gaps around images */

img	{border:	0
	}
	
.holder {
		border-top: 1px solid #0066CC; 
		border-bottom: 1px solid #0066CC; 
		border-right: 1px solid #0066CC; 
		border-left: 1px solid #0066CC; 
		}

.main {
	font: 14px arial, helvetica, sans-serif;
	color: #cccccc;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: 0;
	margin-bottom: 0px;
	}
	
	a:link.main	{
	color:	#00FFFF;
	background-color: transparent;
	text-decoration: none;
	}
	a:visited.main	{
	color:	#00FFFF;
	background-color: transparent;
	text-decoration: none;
	}
	a:active.main	{
	color:	#00FFFF;
	background-color: transparent;
	text-decoration: none;
	}
	a:hover.main	{
	color:	#000000;
	background-color: transparent;
	text-decoration:	none;
	}
	
.fineprint {
	font: 10px verdana, helvetica, arial, sans-serif;
	color: #0066CC;
	background-color: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	margin-top: 0px;
	}
.copyright {
	font-size: 7pt;
	line-height: 16pt;
	text-align: right;
}
