
	body {
		background-color: Black;
	}
	.maintext {
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: black;
		text-decoration: none;
	}
	.border            {
		border:1px solid white;
	}
	.header {
		font-family: arial, sans-serif;
		font-size: 12pt;
		color: black;
		text-decoration: none;
		font-weight: bold;
	}
	
	
	
	#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #000000}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #000000;
		color: #FF9900 ;
		font: 11px arial}

	#sddm div a:hover
	{	background: #000000;
		color: #FF9900;
		font-weight: bold}

/* styles your paragraphs */
p {margin: 0;
	line-height: 1.3em;
	padding: 5px 10px 10px 10px;}
	
	/* styles your paragraphs in the left column */
	#leftCol p {text-align: left;
		margin: 0;
		padding: 5px;
		color: #336699;
		font-size: 0.9em;} 
	
/* style your heading elements */
h3 {margin: 0;
	padding: 12px 10px 3px 10px;
	color: #000000;}
	
h4 {margin: 0;
	padding: 12px 10px 3px 10px;
	color: #000000;}

h5 {margin: 0;
	padding: 12px 10px 3px 10px;
	color: #000000;}
	
h6 {margin: 0;
	padding: 12px 10px 3px 10px;
	color: #000000 ;}
	
	
	
	
/* style your tables */

	/* table 530px wide, this is as wide as you want to go, wider than 50px breaks the layout in IE */
	table.w530 {width: 530px; 
		margin: 10px;
		padding: 0;
		border: 1px solid #ccc;
		font-size: 0.9em;
		clear: both;}
		
		/* style your table rows */
		table.w530 tr {vertical-align: top;}
		
		/* style your table headers */
		table.w530 th {padding: 5px;
			margin: 0; 
			border: 1px solid #ccc;
			border-spacing: 0;
			vertical-align: top;}
			
		/* style your table data cells */
		table.w530 td {padding: 5px;
			margin: 0; 
			border: 1px solid #ccc;
			border-spacing: 0;
			vertical-align: top;}
	
	
	/* table 80% of the container width, centered */
	table.w80per {width: 80%;
		margin: 10px auto; /* auto right and left margins centers on the page */
		padding: 0;
		border: 0px solid #ccc;
		font-size: 0.9em;
		clear: both;}
		
		/* style your table rows */
		table.w80per tr {vertical-align: top;}
		
		/* style your table headers */
		table.w80per th {padding: 5px;
			margin: 0; 
			border: 0px solid #ccc;
			border-spacing: 0;
			vertical-align: top;}

		/* style your table data cells */
		table.w80per td {padding: 5px;
			margin: 0; 
			border: 0px solid #ccc;
			border-spacing: 0;
			width: 33%;
			text-align: center;
			vertical-align: top;}

			
/* style your images */

	/* picture width 150px, floats to the left */
	.pw150left {float: left;
		width: 150px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}
	/* picture width 150px, floats to the right */
	.pw150right {float: right;
		width: 150px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}
	/* picture width 200px, floats to the left */
	.pw200left {float: left;
		width: 200px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}	
	/* picture width 200px, floats to the right */		
	.pw200right {float: right; 
		width: 200px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}
			
	/* picture width 200px, floats to the left */
	.pw200left {float: left;
		width: 200px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}	
	/* picture width 200px, floats to the right */		
	.pw200right {float: right; 
		width: 200px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}
		
	/* picture width 250px, floats to the left */
	.pw250left {float: left;
		width: 250px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}	
	/* picture width 250px, floats to the right */		
	.pw250right {float: right; 
		width: 250px; 
		margin: 5px 5px 5px 10px; 
		padding: 5px;
		border: 1px solid #ccc;}
			
/* style images within tables */	
table.w530 img, 
table.w80per img {width: 150px; /* makes images 150px wide */
		margin: 5px auto; 
		padding: 5px;
		border: 1px solid #ccc;}

/* picture captions */
p.caption {width: 100px;
	text-align: center;
	padding: 0;
	margin: 0 auto 20px auto;}
