	body {
				margin: 0px;
        font-family: "Arial";
        font-size: 10pt;
        background: #DDDAD4 url('image/body_bg.jpg') repeat-y;
        
		
		
			}

			p {
        margin: 0px;
      }
       a {
      	font-family: Verdana;
		font-size: 10px; color: #8F0000;
		font-weight: bold;
		text-decoration: none;
      }
	img {
		border: none;
	}

			.topmenu {
				padding-top: 4px;
				font-family: "Arial";
				font-size: 13px;
				text-align: center;
				height: 34px;
				background-repeat: repeat-x;
								cursor: hand;
				cursor: pointer;
        float: left;
			}
				a .topmenu {
				color: #000;
				text-decoration: none;
				font-weight: normal;
			}

      .menu_item {
        background-image: url(image/menu-item.gif);
        background-repeat: repeat-x;
        height: 18px;
        margin-bottom: 11px;
        padding-top: 1px;
      }
      .menu_item a {
      	font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        color: #000;
      }

      .menu_active {
        width: 5px;
        height: 17px;
        margin-right: 11px;
      }
      .menu_nonactive {
        color: #868686;
        margin-left: 16px;
      }
       .menu_nonactive a {
        color: #868686;
      }

      #title {
        padding-bottom: 10px;
      }

      #subtitle {
        margin-bottom: 8px;
      }

       select {
                  border-width: 1px;
                  border-top-style: outset;
                  border-left-style: outset;
                  border-bottom-style: none;
                  border-right-style: none;
                  background-color: #F4F4F4;
                  padding: 6px;
                  padding-right: 0px;
                }

                input, textarea {
                  border-width: 1px;
                  border-top-style: outset;
                  border-left-style: outset;
                  border-bottom-style: none;
                  border-right-style: none;
                  background-color: #F4F4F4;
                  padding: 7px;
                }

                input, select, textarea {
                  border-color: black;
                  border-color: #D9D9D9;
                }

                .smallLabel {
                  font-family: Verdana;
                  font-size: 12px;
                  color: #999999;
                }