/* news */

table.prevnext
{
}
td.prev
{
  text-align: left;
  font-size: 0.7em;
}
td.next
{
  text-align: right;
  font-size: 0.7em;
}

.news_contents
{
  clear: both;
  padding: 20px 40px 10px 40px;
}

.jump
{
  width: 200px;
  padding: 10px 10px 0px 10px; 
}
.news_prev_next1
{
  padding: 10px 0 20px 0;
}
.news_prev_next2
{
  padding: 20px 0 0 0;
}

.news
{
}
.title
{
  float: left;
  text-align: left;
  font-size: 80%;
}
.date
{
  float: right;
  text-align: right;
  font-size: 0.8em;
}
.text
{
  clear: both;
  text-align: left;
  padding: 0 0 0 0;
  word-spacing: 2px;
  font-size: 0.8em;
}

.fancy1, .fancy3
{
  padding: 0px 8px 0px 8px;
}
.fancy2, .fancy4
{
  background-color: #FFFFFF;
  padding: 8px 8px 8px 8px;
  border-color: #04678C;
  border-width: 1px;
  border-style: dashed dashed dashed dashed;
}

.news_spacer_1 {height: 20px}
.news_spacer_2 {height: 20px}
.news_spacer_3 {height: 20px}
.news_spacer_4 {height: 0px}

