body {	
	background-color: #696969;
	/* background-image: url(Images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	}
	
.displayTable {
	border-width: 2px;
	border-color: #009900;
	border-style: solid;
	background-color: #ffffff;
	padding: 5px;
	}

.specialTable {
	border-width: 4px;
	border-color: #330033;
	border-style: solid;
	background-color: #99ccff;
	padding: 5px;
	}
	
.special {
		color: #330033;
	}
	
.resultsTable {
	border-width: 4px;
	border-color: #000000;
	border-style: double;
	background-color: #ffffff;
	padding: 5px;
	
	color: #000000;
	}
	
.positionTable {
	border-width: 0px;
	border-color: transparent;
	border-style: solid;
	background-color: transparent;
	padding: 0px;
	}	
	
body, p , td{
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

a, a:link, a:active, a:visited {
	color: #009900;
	
	text-decoration: none;
	}
	
a:hover {
	color: #006600;
	text-decoration: underline;
	}

h1    { color: #009900; font-style: normal; font-weight: bold; font-size: 24px }
h2     { color: #006600; font-style: normal; font-weight: bold; font-size: 18px }
h3   { color: #009900; font-style: normal; font-weight: bold; font-size: 14px }
h4    { color: #006600; font-style: normal; font-weight: bold; font-size: 12px }
h5 { color: #009900; font-style: normal; font-weight: bold; font-size: 18px }
h6    { color: black; font-style: normal; font-weight: normal; font-size: 13px }

.footer {
	font-size: 9px;
	}

.headerTable {
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	background-color: #009900;
	padding: 5px;
	}

.header {		
	font-family: Times;
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
	
	}
	
.menuTable {
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	background-color: #009900;
	padding: 5px;
	}
	
.menu {
		color: #cccccc
	}
	
a.menu, a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a.menu:hover {
	color: #000000;
	text-decoration: underline;
	}

.small {
		font-size: 10px;
	}
	
.hebrewInput {
	font-family: New Peninim MT, Arial Unicode MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 28px;
}

