/****************************************************

Background color :		#D3D3D3
Unvisited link color :	#0000FF
Menu background color :	#606060

****************************************************/

body		{background-color: #D3D3D3;}

#page		{width: 755px; margin: auto}

#box		{height: 600px;}

img			{border: 0px;}

a			{text-decoration: none;}
a:link		{color: #0000FF;}
acronym		{border-bottom: 1px dotted #777; cursor: help;}


/* -- MENU-- */
#menu_table1	{background-color:#606060;}

a.m_item:link    {text-decoration:none; color:white; background-color:transparent;}

a.m_item:hover   {text-decoration:none;}

a.m_item:active  {text-decoration:underline; color:white; background-color:transparent;}

a.m_item:visited {text-decoration:none; color:white; background-color:transparent;}

td.menu			{
				font-family:Verdana;
				text-align:center;
				background-color:transparent;
				font-size:11px;
				font-weight:bold;
				height: 20px;
				border-top:  	1px solid #868686;
				border-left: 	1px solid black;
				border-right:	1px solid #868686;
				border-bottom:	1px solid black;
				padding-bottom: 2px;
				}

td.menu:hover	{background-color:black;}

td.menu a:hover	{
				background-color:black;
				border: 1px solid #2793D3;
				padding: 0px 10px;
				}


/* -- MAIN CONTENT -- */
h3			{
			text-align: center;
			background-color: #2793D3;
			}

#p_more_content1 {text-align: center;}

#object		{text-align: center;}

#content	{width: 500px;}



/* --- FOOTER & W3C --- */
a.def	{cursor: help;}

#footer
			{
			color: #4F656F;
			font-family: verdana;
			font-size: 8pt;
			text-align: center;
			/*position: static; right:20%; top:200%;*/
			}

#footer a	{color: #2793D3;}


