body
  {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	color: #777777;
	}

a:link, a:active, a:visited {
   text-decoration:none;
	 color: #999999;
	 }

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

a.menu:link, a.menu:active, a.menu:visited {
   font-family: verdana, tahoma, arial, sans-serif;
	 
	 font-size: 12px;
	 text-decoration:none;
	 color: #999999;
	 }

a.menu:hover {
   text-decoration:none;
	 color: #555555;
	 }
	 
	 
td.menu
{
padding-left: 40px;
padding-right: 40px;
padding-top: 30px;
text-align: center;
}

h1
     {
		 font-family: tahoma, arial, sans-serif;
		 font-weight: normal;
		 font-size: 18px;
		 color: #999999;
		 text-align: center;
		 }
		 
h3
     {
		 font-family: tahoma, arial, sans-serif;
		 font-weight: bold;
		 font-size: 13px;
		 color: #777777;
		 text-align: justify;
		 }

.text, .text_main
     {
		 font-family: tahoma, sans-serif;
		 font-style: normal;
		 font-size: 13px;
		 color: #777777;
		 text-align: justify;
		 }

.text_main
  {
	text-align: center;
	}

		 
strong,b
     {
		 font-weight:bold;
		 color: #224477;
		 }
