/* 
 * CSS Document for http://www.smilessence.com
 * Author: Copper Crow Design 2004 
 */

/* General link attributes */

a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt
}

/* General body attributes */
body {
	margin: 0px; 		/* Margin and abckground image start coordinates */
	background-position: 0px 0px;
	background-color: #ffffff;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt;
	color: #ffffff
}



/* default TD contents  */
td {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 9pt;
	color: #ffffff
}



/* Use this  Ex: <div class="nameheader">blah blah blah</div> */
.nameheader {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #87746A
}



/* Use this  Ex: <div class="nameheader">blah blah blah</div> */
.subheader {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 10pt;

	font-weight: bold;
	color: #1C3F94
}

/* Use this  Ex: <div class="footer">blah blah blah</div> */
.footer {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0093D1
}


/* Use this  Ex: <div class="pdf">blah blah blah</div> */
.pdf {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 7pt;
	color: #FFFFFF
}

.reg
{
	font-family: "arial", "helvetica", sans-serif;
	font-size: 14;
	color: #000000
}



/* Use this  Ex: <a id="footerlink" href="blah.htm">>blah blah blah</a> */
a#footerlink {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0093D1
}


