/**
  domaniinc.css
	page styles for Domani site
*/

p {
  margin: 4px 0px 4px 0px;
}

/* home page image thumbnails */
.homethumbs {
  border: 1px solid #000000;
}

/** contact page styles **/

/* table cell for the content */
td.container {
	padding-left: 20px;
	padding-right: 15px;
	vertical-align: top;
}
/* main font for the contact page texts */
.cfont {
  font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
/* form elements */
input, textarea {
  font-size: 10px;
	font-family: Tahoma;
}
/* form table */
.emailform {
  font-family: Tahoma;
	font-size: 10px;
}
.emailform TD {
  padding: 1px;
}

/** viewer styles **/

/* main font */
.mainstyle {
  font-family: "Tahoma";
	font-size: 11px;
	color: #efefef;
}
.darknote {
  font-size: 10px;
	color: #232323;
}
/* border around the images */
.viewborder {
  border: 1px solid #9a9a9a;
}