/* Lincoln Family Dental Style Sheet */

/* Made Header styles in pts so they will not 
through off tables if someone enlarges the text
from their browser. (points don't enlarge) */

/* Colors Used In This Layout
Bright Green - #99d800
Bright Orange - #fa9014
Bright Blue - #2077e9
Light Green - #e6ffa1  */

/* This defines the general stuff for your site, 
margin (top, right, bottom, left), your font 
family, the size of the font, the font color etc. */
body {margin: 0px 20px 20px 20px; font-family:arial,verdana,helvetica;	font-size:12px;	color:#333;}

/* This defines your link colors and decoration, 
they must stay in this order to work.
*/
a {color:#2077e9;text-decoration:none;} /*#74ac15 darker green*/
a:link {color:#2077e9;text-decoration:none;}/*#99d800 light green*/
a:visited {color:#2077e9; text-decoration:none;}
a:hover {color:#99d800; text-decoration:none;}/*#2077e9 blue*/
a:active {color:#fa9014; text-decoration:none;}/*#fa9014 orange*/

acronym { cursor: help; border-bottom: 1px dashed #99d800;}

table, td, tr, blockquote {font-family:arial,verdana,helvetica;font-size:12px;color:#333;}

.top {font-family:verdana,arial;font-size:6pt;font-weight:bold;}

.sup {font-size:8pt;}

.simpleText {line-height:19px;}

.smallText {font-size:11px;}

.outsidePageBorder {border: 1px solid #99d800; margin:0px; padding:1px; 
background-color: #fff;}

.pageContainerTable {border: 1px solid #666; margin:0px; padding:1px; 
background-color: #fff;}

.title {font-family:tahoma,arial,verdana,helvetica; font-size:18pt; color:#333; font-weight:bold;padding-left:80px; padding-top:20px; letter-spacing:-1px;}

.titleSub {font-family:tahoma,arial,verdana,helvetica; font-size:11pt; color:#333; font-weight:bold;padding-left:80px; padding-bottom:4px; letter-spacing:-1px;}

.tagLine {font-family:verdana,arial,helvetica; font-size:8pt; color:#fff; font-weight:normal;padding-left:420px; padding-bottom:6px; padding-top:0px;line-height:14px; font-style:italic;}

.addressTable {border-top: 1px solid #333;}

.addressLine {font-family:verdana,arial,helvetica; font-size:8pt; color:#fff; font-weight:bold;padding-left:15px;padding-top:6px;text-align:center;}

.pageName {font-family:arial,tahoma,verdana,helvetica; font-size:9pt; color:#666; font-weight:bold;padding-top:5px;padding-right:2px;padding-left:2px; font-variant:small-caps;}

.mainContentTable {padding:20px 15px 10px 15px;}/*padding-top:15px;*/

.copyright {font-family:verdana,arial;font-size:6pt;color:#666;padding-right:10px;text-align:right;font-weight:bold;}

.headingLarge {font-family:arial,verdana,helvetica;font-size:18px;color:#2077e9;padding-bottom:8px; font-weight:bold;letter-spacing:-1px;}

.headingSmall {font-family:arial,verdana,helvetica;font-size:14px;color:#2077e9;padding-bottom:8px; font-weight:bold;letter-spacing:-1px;}

.imgRight {margin-left:15px; margin-right:0px; margin-bottom:10px;}

.imgLeft {margin-left:0px; margin-right:15px; margin-bottom:10px;}

.links {line-height: 24px;}
