body{
margin:0px auto;
background:url(../images/bg.jpg) repeat-y center center;

}

#content{
background:url(../images/content_bg.jpg) repeat-x;
height:336px;
}
.head{
font:bold 14px Arial;
color:#000000;
}
.para{
font:normal 12px Arial;
color:#000000;
line-height:16px;
}
.para ul{
margin-left:18px;
}

.footer{
font:normal 11px Arial;
color:#000000;
}

/*-------------start tab-----------*/

.tab-box a {
  border:1px solid #DDD;
  color:#666666;
  padding: 5px 15px;
  text-decoration:none;
  background-color: #eee;
}
.tab-box a.activeLink { 
  background-color: #fff; 
  border-bottom: 0; 
  padding: 6px 15px;
}
.tabcontent { border: 1px solid #ddd; border-top: 0;}
.hide { display: none;}
/*-------------end tab-----------*/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #003e74;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}


