
/* general declarations */
body 			{	background-color: #ffffff;
					background-image: url('images/bg_top.gif');
					background-repeat: repeat-x;
					margin: 0px;
					padding: 0px;
					text-align: center; }

p, div, h1, h2, h3, h4	{	
					font-family: helvetica, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, sans-serif; 
					font-size: 12px }

table			{	padding: 0px;
				    border-collapse: collapse; 
					font-family: Helvetica;
					font-size: 12px				     }

a 				{	color: #006699; 
					text-decoration: none; 
				 	background-color: transparent }

a:hover 		{ 	color: #006699; 
					text-decoration: underline; }

/* page part declarations */
#logo 			{	padding-top: 15;
					text-align: center; }

#ptop 			{	background: #777777;
					height: 70px }

#disclaimer		{	border-top:1px solid #808080; 
					height: 25px; 
					font-size: 10px;
					text-align: right; }

/* content */
#content		{	}

#content h1		{	font-size: 14pt;
				    color: #663300;
				    font-family: Georgia;
				    line-height: 30px; 
				    letter-spacing:0pt }
#content p		{	line-height: 20px; }


/* navigating menu */
#navi 			{	background: #CCCCCC;
					height: 25px;  }
#navi div		{	padding:5px;
					text-align: right;
					float:left }
