/*
-----------------------------------------------
Style Sheet For: Desert Springs Dental
URL:      www.desertspringsdental.com/formail/style.css
Date:     12 Jan 2006
Note: All rights reserved. Any duplication of this 
script in whole or in part is strictly prohibited 
by United States Copyright.

----------------------------------------------- */
body {
	margin: 0px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
.header {
	position: absolute;
	width: 800px;
	height: 10px;
}
.container {
	position: absolute;
}
.content {
	position: relative;
	top: 70px;
	width: 800px;
	height: 690px;
	color: #666666;
	font-size: 10px;
	left: 1px;
}
.divide {
	position: relative;
	width: 100%;
	font-size: 1px;
	height: 1px;
	background-color: #F1F1F1;
}
.footer {
	position: relative;
	margin-bottom: 0px;
	height: 100px;
	width: 800px;
}
.left {
	position: absolute;
	left: 0px;
	width: 158px;
	height: 70px;
	font-size: 10px;
}
.center {
	position: absolute;
	left: 158px;
	width: 378px;
	height: 70px;
	font-size: 10px;
}
.right {
	position: absolute;
	left: 536px;
	width: 264px;
	height: 70px;
	font-size: 10px;
	text-align: center;
}
.holder {
	padding: 4px;
}
a {
	font-family: Arial;
    font-size: 7pt;
    color: #666666;
    text-decoration:none;
}
a:visited {
	font-family: Arial;
    font-size: 7pt;
    color: #920000;
    text-decoration:none;
}
a:active {
	font-family: Arial;
    	font-size: 7pt;
   	 color: #660000;
   	 text-decoration:none;
}
a:hover {
	color: #920000;
	text-decoration:underline;
}

