/*  BASIC TEXT FORMATING */


.body {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.body p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #003366;
}

.body li {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #003366;
}

.body a {
	text-decoration: none;
	color: #76562B;
}

.body a:hover {
	color: #000099;
	text-decoration: underline;
}

.body h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 15pt;
	color: #C18A3C;
}

.body h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 15pt;
	color: #333333;
	font-style: italic;
	font-weight: normal;
}

.body h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #000000;
}



/* Inner Menu */

.inner_menu {

}

.inner_menu h1 {
	font-weight: normal;
	font-size: 11pt;
	color: #B0843E;
}

.inner_menu a {
	color: #333333;
	text-decoration: none;
}

.inner_menu a:hover {
	color: #FF6600;
	text-decoration: underline;
}

	
/*  BORDER CLASS STYLES */



.border {
	border: 1px solid #25608F;	
	
	}
	
	
/* SPACING */

.top_space {
	padding-top: 15px;
}
	

/*  HIGHLIGHTED AREA */


.highlight {


	}



/* IMAGE Classes */
.image_left, .image_center, .image_right {
	background-color: #F1EAD4;
	border: solid #2b6491 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}
	
/* coupon styles */
.coupon{text-align:center;}
.coupon img{border:0;}
.coupon .left{float:left; width:273px;}
.coupon .right{float:right; width:273px;}
	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

/*  DENTISTLAMESA STYLES */


.dentistlamesa {
	padding: 5px;
	}

.dentistlamesa h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}

.dentistlamesa a, .dentistlamesa h1 a {
	color: #666;
	text-decoration: none;	
	
	}

.dentistlamesa a:hover, .dentistlamesa h1 a:hover {
	text-decoration: underline;
	color: #666;
	}
	
	
/*  FOOTER STYLES */


.footer {
	padding: 5px;
	}

.footer h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: normal;

	}

.footer a {
	color: #FFFFFF;
	text-decoration: none;	
	
	}

.footer a:hover {
	text-decoration: underline;

	}
