@charset "utf-8";
/* CSS Document */

body,td,tr,table {
    font-family: Tahoma;
	color:#000000;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Tahoma;
	color: #767676;
}
a:visited {
	color: #767676;
	text-decoration: none;
}
a:hover {/*Onmouse Over style*/
	color: #767676;
	text-decoration: none;
}
a:active {
	color: #767676;/*On click style*/
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.menu_style1{
cursor:pointer;
text-align:center;
}

.menu_style2{
 font-family:Tahoma;
 font-size:12px;
 color:#056FA9;
}
.menu_style2 a{
 font-family:Tahoma;
 font-size:12px;
 color:#056FA9;
}
.menu_style2 a:visited {
	color: #056FA9;
	text-decoration: none;
}
.menu_style2 a:hover {/*Onmouse Over style*/
	color: #056FA9;
	text-decoration: underline;
}
.menu_style2 a:active {
	color: #056FA9;/*On click style*/
	text-decoration: none;
}
.menu_style2 a:link {
	text-decoration: none;
}

.diy_foot_style{
  width:1002px;
  height:49px;
  background:url(../images/foot_bg.jpg) repeat-y;
  text-align:center;
  color:#3A7AA8;
}

.diy_foot{
 font-family:Tahoma;
 font-size:12px;
 color:#3A7AA8;
}
a {
	font-family: Tahoma;
	color: #3A7AA8;
}
a:visited {
	color: #3A7AA8;
	text-decoration: none;
}
a:hover {/*Onmouse Over style*/
	color: #3A7AA8;
	text-decoration: underline;
}
a:active {
	color: #3A7AA8;/*On click style*/
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.diy_td1{
    vertical-align:top;
	padding-top:50px;
    padding-left: 45px;
	padding-right:45px;
	font-size:14px;
	color:#000000;
}
.diy_td2{
    vertical-align:top;
	padding-top:50px;
    padding-left: 45px;
	padding-right:45px;
	font-size:14px;
	color:#000000;
}
.diy_td3{
    vertical-align:top;
	text-align:center;
	padding-top:50px;
    padding-left: 45px;
	padding-right:45px;
	color:#000000;
	font-weight:bold;
	font-size:18px;
}
.diy_td4{
    padding-left: 15px;
	height:35px;
}
.diy_font1{
    color:#000000;
	font-weight:bold;
	font-size:14px;
}
.diy_font2{
    color:#000000;
	font-weight:bold;
	font-size:16px;
}
.diy_font3{
    color:#000000;
	font-weight:bold;
	font-size:14px;
}
.diy_font4{
    color:#000000;
	font-size:14px;
}

.diy_p1{
    line-height:1.8;
    color:#000000;
}
/*Menu Css begin*/
.menu                  {
	position: absolute;
	top: 2;
	display:none;
	width: 157px;
	padding: 5px;
	overflow: visible;	
	 
}
