body {
	font-family: "Courier New", Courier, monospace;
	font-size: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}

td {
	font-family: "Courier New", Courier, monospace;
}

th {
	font-family: "Courier New", Courier, monospace;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a:link { 
	color: #000000;
	background-color: #FFFF99;
	text-decoration: none;
	}
	
a:visited { 
	color: #000000;
	background-color: #FFFF99;
	text-decoration: none;
	}
	
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
	
a:active { 
	color: #333333;
	}
	
/*Removes border from linked images*/
img { border: none; }

/*Table*/
  TABLE.MYTABLE
  { 
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	float: left;
    width:auto;
	border-collapse:collapse;


  }

  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     text-align:left;
  }

