/* CSS Document */
body {
  
  color: black;
  font-family: Arial, Tahoma, sans-serif;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color:#F8F8F8;
  background-repeat:repeat-x;
  background-position:top;
}
a:link{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color:#3A00DD;
	text-decoration: none;
}
a:visited{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3A00DD;
	text-decoration: none;
	
}
a:hover{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3A00DD;
	text-decoration: underline;
	
}
a:active{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3A00DD;
	text-decoration: none;
	
}
#image_div { 
  
  padding-top:0px;
  padding-left:0px;
  vertical-align: top;
  text-align: left;
  height:70px;
  background-color:#FFFFFF;
  border-bottom:1px solid #CCCCCC;
}

.default {
 
  padding-top: 0px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 0px;
}

.head{
  font-weight:bold;
  color: black;
  padding-top: 5px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
}
.head_2{
  font-weight:bold;
  color: black;
  padding-top: 5px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
}
.head_2_top{
  font-weight:bold;
  color: black;
  padding-top: 0px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
}


.article_date {
  font-weight:bold;
  color: black;
  padding-top: 0px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 0px;
}
.article_des {
  color: black;
  padding-top: 3px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
  border-bottom:1px dotted #CCCCCC;
}

.article_content {
  color: black;
  padding-top: 10px;
  padding-left: 13px;
  padding-bottom:0px;
}

.spacer {  
  padding-top: 40px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
  
}
.navItem_home {
  color: black;
  padding-top: 0px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
  border-bottom:1px dotted #CCCCCC;

  
}
.item{
  color: black;
  padding-top: 0px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 8px;
}
.navItem {
  color: black;
  padding-top: 3px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
  border-bottom:1px dotted #CCCCCC;

  
}
.navItem bull{
padding-top:15px;;
  border-bottom:1px dotted #CCCCCC;
}
.navItem_active{
  color: black;
  padding-top: 3px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
  background-color:#F2F2F2;
  border-bottom:1px dotted #CCCCCC;
}
.footer {
  color: black;
  padding-top: 3px;
  padding-left: 13px;
  padding-right: 7px;
  padding-bottom: 3px;
}
.bar {
  color: #000000;
  background-color: #E7E7E7;
  
}