/* CSS Document */
  body {
	margin: 0px; padding: 0px;
    background-image: url("../images/style/page-bg.jpg");
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
	color: #FFFFFF;
	text-align: center;
  }
  /* Styles from editor */
  p {
	margin: 0px;
	padding: 0px;
  }
  h1, h2, h3, ,h4 ,h5 {
    margin: 5px 0px;
	font-weight: normal;
  }
  label {
    display: block;
    width: 125px;
	float: left;
  }
  textarea, input {
  	font-family: Arial, Helvetica, sans-serif;
  }
  
  .title {
	font-weight: bold;
	font-size: 16px
  }
  #page {
    position: relative;
    margin: 8px auto;
	width:800px;
	background-color: #003B67;
	text-align: left;
  }
  #page-header {
    height:125px;
    background-image: url("../images/style/page-header.jpg");
	cursor:pointer;
  }
  #page-menu {
    height: 40px;
	text-align: center;
	border-top: #003366 1px solid; /*border-bottom: #003366 1px solid; #043768*/
	background:  url("../images/style/page-menu-bg.jpg") repeat-x;
  }
  #page-menu a:link, #page-menu a:visited {
    display: block;
	float: left;
	margin: 2px 15px;

	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
  }
  #page-menu a:hover {
    text-decoration:underline;
  }
  #page-content {
    float: left; 
	width: 780px;
	padding: 10px;
    background-color: inherit;
	/*background: #0F3F6F;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
  }
  #page-content a.link {
    color: #64B4E3;
  } 
  #page-footer {
  	text-align:center;
	background-color: inherit;
	color:#6699FF;
	font-size: 10px;
  }
  #page-footer a {
  	color: #6699FF;
  }
  #page-footer-left {
  	width: 167px; 
	float: left;
	padding: 0px 50px;
	text-align: center;
	background-color: inherit;
	color:#FFFFFF;
	font-size: 11px;
  }
  #page-footer-center {
  	width: 167px; 
	float: left;
	padding: 0px 50px;
	text-align: center;
	background-color: inherit;
	color:#FFFFFF;
	font-size: 11px;
  }
  #page-footer-right {
  	width: 166px; 
	float: left;
	padding: 0px 50px;
	text-align: center;
	background-color: inherit;
	color:#FFFFFF;
	font-size: 11px;
  }
  #content-title {
    display:block;
    padding: 15px 10px 5px;
	font-size: 24px;
  }
  #content-title small {
    display:block;
	line-height: 6px;
	font-size: 13px;
  }
  #content-text {
    padding: 10px;
  }
  #content-menu {
	background-color: #003366;
  }
  #cleaner {
    clear:both;
  }
  .high {
    color: #92E241; 
	font-weight:bold;
  }
  .blue {
  	color: #64B4E3;
  }
  th.arttype {
  	width: 33%;
  	color:#ffff00;
  }
