h1{
   text-align:left;
   font-size:250%;
   margin-top:8px;
   margin-left:5px
  }
h1.new{
   text-align:center;
   font-size:150%;
   color:red;
}

/******** BLOG *************/

h1.blog{
   text-align:left;
   font:arial;
   font-size:100px;
   color:green;
   margin-top:-330px;
   margin-left:600px;
}

p{
  font-size:120%;
  line-height:140%;
  letter-spacing:1px;
  margin-left:10px;
  margin-right:10px
}
a{color:#000000}

img.blog {
  border:1px solid gold;
  padding:10px;
  margin-top:30px;
}

span.blogmenu {
  border:0px solid black;
  background:white;
  margin-left:2px;
  margin-right:2px;
  margin-bottom:2px;
}

/*********************************/


/********** Table *********************/
.tb4 {
}

.tb4-cell {
 font-size: 80%;
 line-height: 16px;
 padding: 14px;
 border: 1px dashed #8E8E8E;
}

.tb4-cell2 {
 font-size: 80%;
 line-height: 16px;
 padding: 14px
}

.tb4-p {
 font-size: 95%;
}
/**********EoF Table*******************/

/************ Layout Base **************/
.tbl-lb {
  width: 610px;
}

.tbl-lb-cell1 {
  font-size: 80%;
  line-height: 16px;
  padding: 28px;
  width: 204px;
  background: #E8E8E8;
}

.tbl-lb-cell2 {
  width: 406px;
  background: #E8E8E8;
}

.tbl-lb-cell3 {
  padding-left: 14px;
  font-size: 80%;
  line-height: 14px;
  background: #E8E8E8;
  padding-right: 14px;
  padding-bottom: 14px;
}

.tbl-lb-cell4 {
  font-size:100%;
  font-weight: bold;
  line-height: 16px;
  padding: 13px 14px;
  background: #E8E8E8;
}

/************* EoF Layout Base ************/

/*********** Vertical Menu *************/

.vmenu {
  float:none;
  width:100%;
  background: #003465;
}

.vmenu-head {
  height: 12px;
}

.vmenu-foot {
  height: 40px;
}

.vmenu-idle {
  padding: 3px 2px 3px 6px;
}

.vmenu-link:link {
  text-decoration: none;
  color: #FFFFFF;
}

.vmenu-link:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.vmenu-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/********** EOF Vertical Menu ***********/ 

/********** Side Cell ****************/

.side-cell {
  font-size: 80%;
  background-image: url(images/square.gif);
  background-repeat: repeat;
  background: #003465;
}

.side2-cell {
  background: #003466;
  padding: 3px 3px 3px 20px;
  color: white;
  font-size: 80%;
  font-weigt: bold;
  text-align: right;
}

.side3-cell {
  background: #003466;
  color: white;
  padding: 3px 20px 3px 3px;
  font-size: 100%;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.side2-cell-link:link {
  text-decoration: none;
  color: white;
}

.side2-cell-link:visited {
  color: white;
  text-decoration: none;
}

.side2-cell-link:hover {
  color: white;
  text-decoration: underline;
}

/********* EoF Side Cell ***************/

/********** Contents ******************/
cnt-cell {
  font-size: 80%;
  background-image: url(images/bg-cnt0.gif)
  background-repeat: repeat;
}

/*********** EoF Contents **************/

/*********** Sub Head *****************/
.subh1 {
  margin: 0px 0px 7px;
}

.subh1-cell1 {
  color: #333333;
  font-size: 80%;
  font-weight: normal;
  background-image: url(images/subh1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border: 1px solid #9395A2;
  padding: 3px 3px 3px 20px;
}

/********** EoF Sub Head *************/

/********* topmenu ******************/
.topmenu {
  color:black;
  font-size: 90%;
  padding-top: 10px;
  text-align:right;
  vertical-align:top;
}
.topmenu-link:link{
  color:black;
  text-decoration:none;
}

.topmenu-link:visited{
  color:black;
  text-decoration:none;
}

.topmenu-link:hover{
  color:black;
  text-decoration:underline;
}