/*Stylesheet for DDT Tech Corporation*/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #236391;
	font-weight: bold;
}

.style3 {
	color: #339900;
	font-weight: bold;
}

.style4 {font-size: 11px}

.style5 {
	color: #1C9300;
	font-weight: bold;
}
.style6 {color: #1C9300}

.menu1{
background-image:url(../images/categorybg.gif);
margin-left:13px;
display:block;
text-decoration: none;
color: #FFFFFF;
height: 20px;
cursor:hand;
}

.menu_{
padding-top: 2px;
float:left;
}


.submenu{
	background-image: url(../images/submenubg.gif);
	display: block;
	height: 19px;
	margin-left: 34px;
	color: #e9e9e9;
	font-face:arial;
	font-size: 10px;
	text-decoration: none;
	cursor:hand;
}

.submenu:hover{
	background-image: url(../images/submenubg_.gif);

}

.show{
  display: block;
}

.hide{
  display: none;
}


h1{
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 30px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}

h2 {
	color: #339900;
	font-weight: bold;
	font-size: 12px;
}
.style7 {font-size: 13px}

ul {
	margin-top: 0.7em;
	margin-left: 1.8em;}
	
p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; }

/*Link Styles*/

a.copy:link {
text-decoration: underline; 
color:#339900; 
  } 

a.copy:visited {
text-decoration: none; 
color:#FF0000; 
  }

a.copy:focus {
text-decoration: underline; 
color:#767B7C; 
 } 

a.copy:hover {
text-decoration: underline; 
color:#767B7C; 
  }  

