body 
{ 
  padding: 0px;
  margin: 0px; 
  background-color: #FFFFFF;
}

font,th,td,p, h1, a { font-family: Verdana, Arial, Helvetica, sans-serif; }

.marked			{color: blue; }

.unknownWord	{color: red; }

.unassigned		{color: green; }

.clear			{color:  gray; }

h1				{ font-size: 20px; color: Black; text-align: center; }

.text			{ font-size: 12px; color : #2B587A; text-align: justify; }
a.text:link		{ color : #006699; }
a.text:visited	{ color : #006699; }
a.text:hover	{ text-decoration: underline; color : #DD6900; }

.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 
				color: #444444; letter-spacing: -1px; text-align: center}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover 	{ color: #000000; text-decoration: underline;}

.ta				{ width: 100%; }

img.img			{ border: solid 1px black; }

p.img			{ text-align: center; }

strong			{ font-weight: bold; }

.pageLayout		{ position: absolute; top: 0px;
					left: 10px; right: 10px; min-width: 950px; }	
						                
.buttonrow {
	padding-right: 0px; padding-left: 0px; padding-bottom: 30px; margin: 0px; 
	padding-top: 10px; list-style-type: none; 
	text-align: center; }

ul.buttonrow li {
	display: inline; float: left; }

ul.buttonrow a {
	display: block; color: #006699; padding-bottom: 7px; padding-top: 7px;
	border-right: black 1px solid; background-color: white; font-size: 14px; }

ul.buttonrow a:hover {
	color: #36638e; background-color: #dae1e8; text-decoration: none; }
	



