/* CSS Document */


body
{ 
	font-family: Verdana, sans-serif;
	font-size:14px
}

p
{
	margin-top: 1em; 
	margin-bottom: 1em; 
	margin-left: 2em; 
	margin-right: 2em
}

ul.numbers
{
	margin-top: 1em; 
	margin-bottom: 1em; 
	margin-left: 4em; 
	margin-right: 2em;
	list-style-type:decimal
}

ul
{
	margin-top: 1em; 
	margin-bottom: 1em; 
	margin-left: 4em; 
	margin-right: 2em
}

h4
{
	margin-top: 1em; 
	margin-bottom: 1em; 
	margin-left: 2em; 
	margin-right: 2em
}

em { font-style: italic; }

div.header
{
	width:700px;
	background:#DDDDDD
}

div.main
{
	width:700px;
	background:#DDDDDD
}

td.top_menu
{
	width:120px;
	background-color:#EEEEEE;
}

td.top_menu:hover
{
	width:120px;
	background-color:#8888EE;
 	cursor:pointer
 }

td.top_menu_selected
{
	width:120px;
	background-color:#DDDDDD
}

td.menu
{
	background-color:#EEEEEE;
}

td.menu:hover
{
	background-color:#8888EE;
 	cursor:pointer
 }

td.menu_selected
{
	background-color:#DDDDDD
}



.grid div {width:120px;float:left;display:block;} 
