﻿@charset "utf-8";


body {
	background-color:ff9933; 
	margin:15px 1px 20px 10px;
	}


table {
	border-style:solid; 
	border-color:white; 
	border-width:1pt; 
	}


td {
	height:		22px;
	font-family: Arial, Helvetica, Sans-Serif;  
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-align: left;	
	border-width: 1pt;
	border-style: inset;
	margin: 2pt;
	}

	
p   {
	margin-left:5px
	}


a {color: #000000; text-decoration:none}
a:visited {color: #000000;}
a:active {color: #CC0000;}
a:hover {color: #CC0000;}

	
	
