/* CSS Document */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}


H1 {
  FONT-WEIGHT: bold;
  font-size: 12px;
  COLOR: #324321;
  FONT-FAMILY: Arial, Helvetica, sans-serif;

}
H2 {
  FONT-WEIGHT: bold;
  font-size: 12px;
  COLOR: #324321;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}

H3 {
  FONT-WEIGHT: bold;
  font-size: 12px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}


H4 {
  FONT-WEIGHT: bold;
  font-size: 12px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}

H5 {
  FONT-WEIGHT: bold;
  font-size: 12px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}

H6 {
  FONT-WEIGHT: bold;
  font-size: 12px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.border1 {
	border: 1px ridge #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.dmw_corp_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-variant: normal;
	text-transform: none;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #334422;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:active {
	color: #000000;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


.main {
	height: 800px;
	width: 905px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
