html, body {
	color: #000;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: large; /* */
	font-style: normal;
	font-weight: normal;
	}
	
.title {
	color: #C60;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: large; /* */
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.emailheader {
	color: #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: large; /* */
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.emailtext {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: large; /* */
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.2em;
	/*/*/line-height: 1.35em; /* */
	}
			
.emailtext a:link { 
	color:#000000; 
	text-decoration: none;
	}
.emailtext a:hover { 
	color:#FFFFFF; 
	background-color:#339900; 
	text-decoration: none;
	}
.emailtext a:visited { 
	color:#000000; 
	text-decoration: none;
	}

/***** Block elements *****/

p.text {
	line-height: 1.4em;
	padding-right: 20px;
	/*/*/ margin: 10px 0px 0px 0px; /* */
	}

	/***** Template dHTML styles *****/

/* Remove highest layer from the list */
#layer1, #layer2, #layer3, #layer4, #layer5, #layer6, #layer7, #layer8 { /* Hide all the layers */
	position: absolute;
	left: 0;
	z-index: 10;
	margin-bottom: 0px;
	visibility: hidden;
	}

