body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
}
	
#container{
}
	
#header{
  padding:30px 0 0 0;
  height:84px;
  border:0px solid #768900;
}
	
#contents{
}
	
.content_01{
  height:380px;
  padding:8px;
  border:1px solid #768900;
  background:url("images/gras.gif") bottom left repeat-x;
  background-color:#f1eee5;
}
	
.content_02{
  height:380px;
  padding:8px;
  border:1px solid #768900;
  background:url("images/gras.gif") bottom left repeat-x;
  background-color:#f1eee5;
}
	
.content_03{
  height:380px;
  padding:8px;
  padding-right:0px;
  border:1px solid #768900;
  background:url("images/gras.gif") bottom left repeat-x;
  background-color:#f1eee5;
}

.scrollBar{
  overflow:auto; 
  width:98%; 
  height:85%; 
  text-align:justify; 
  padding-right:8px;
}

a{
  color:#333333;
  text-decoration:none;
}

p{
	padding:0;
	margin:0 0 10px 0;
	text-align:justify;
}

.menuItem{
  height:26px;
  vertical-align:middle;
}

.menuItemText{
  padding-left:6px;
  vertical-align:top;
}

input,
textarea{
  background:#f7f1e6 url(/images/bg_input.gif) top left no-repeat;
  padding:3px 5px;
  margin: .25em 0;
  border:1px solid #cccccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
}

