	FORM
	{ 
		margin: 0;
		padding: 0;
	}

	.DiceBlock
	{
			background: #eeeeff;
			margin: 2;
			padding: 0;
	}

	.DiceBlock TD
	{
			padding: 1;
			border: outset 2 white;
	}

	.DiceImage
	{
		width: 64;
		height: 64;
	}

	.HighScoreTable
	{
		border-top: outset 2 white;
		border-collapse: collapse;
	}

	.OuterScoreTable
	{
		width: 80%;
		border-collapse: collapse;
	}

	.ScoreTable
	{
		width: 100%;
		border-collapse: collapse;
	}

	.ScoreTable TD
	{
		padding: 1;
		margin: 0;

	}

a  
   {
	   text-decoration: none;
   }

a: hover
   {
   color: #000088;
   text-decoration: underline;
   }

a: visited
   {
   color: #660066;
   }


h1 {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-style: normal;
   font-size: medium; 
   color: #5555CC;
   margin-bottom: -12pt;
  }

h2 {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-style: normal;
   font-size: small; 
   color: #5555CC;
  }

h3 {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-style: normal;
   font-size: small; 
   color: #222222; 
   margin-bottom: -4pt;
	text-align: center;
  }

p
  { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: x-small; 
  font-style: normal;
  font-weight: normal; 
  color: #000000; 
  }

td
  { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: x-small; 
  font-style: normal;
  font-weight: normal; 
  color: #000000; 
	vertical-align: top;
  }

.FormButton {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: x-small; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: #E6E6DE; 
  }

.FormField {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: x-small; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: #EBEBFF; 
  text-align: center;
  }

.ScoreField {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: x-small; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: center;
  }

.titleStyle {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-size: medium;
   color: #5555CC;
	padding: 0;
	margin: 0; 
	display: block;
  }

.textNote   { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: xx-small; 
  font-style: italic;
  font-weight: normal; 
  color: #000000; 
  }

