html {
  margin:0px;
  padding:0px;
}

body {	
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	color: black;
	font-size: .8em;
	height: 100%;
	margin:0px;
  padding:0px 10px 10px 10px;
}

img
{
	border: 0px;
}

a {
  text-decoration: none;
  color: #444444;
}

a:visited {
  text-decoration: none;
  color: #444444;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

h1 {
	font: 18px tahoma, arial;
	font-weight: bold;
	color:#e64f00;
	text-transform: uppercase;
	margin-bottom:2px;
}

.hr-a {
  width:100%;
  height:1px;
	background: url(../img/point.gif);
  background-repeat: repeat-x;
  background-position: bottom;  
  margin-bottom:15px;
  font-size: 0px;
}

h2 {
  color: #ffffff;
  font-size : 12px;
  font-weight: bold;
}

.line {
  margin-bottom: 12px;
}

.aimg {
  float:left;
  padding:2px;
  border:1px solid #dddddd;
  background-color:#ffffff;
  margin:0px 10px 10px 30px;
}

.mimg {
  float:right;
  padding:2px;
  border:1px solid #dddddd;
  background-color:#ffffff;
  margin:0px;
}

