body {
	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	margin: 0px 0px 50px 50px;
}

A {
	color: #677f7f;
	text-decoration: none;
	background: transparent;
}

A:visited {
	color: #495a5b;
	text-decoration: none;
	background: transparent;
}

A:hover {
	color: #a8bfbf;
	text-decoration: underline;
	background: transparent;
}

div.main {
	width: 646px;
	text-align: left;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.8px;
	width: 646px;
	height: 44px;
	border-bottom: black dashed 1px;
	padding: 0px 0px 3px 0px;
	margin: 26px 0px 0px 0px;
}

div.nav {
	width: 630px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
	
div.nav UL {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
} 

div.nav LI {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}
	
div.nav A {
	font-family: Lucida, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
        font-style: normal;
	color: black;
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 8px;
}
	
div.nav A:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
        font-style: normal;
	background: #cfd6d6;
}

h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.6px;
	padding: 46px 0px 2px 0px;
	text-align: left;
}

p {
	clear: both;
	width: 646px;
	line-height: 18px;
	text-align: left;
}

ul {
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	list-style-type: decimal;
	color: #677f7f;
	line-height: 18px;
	margin-bottom: 9px;
	padding-left: 48px;
}

/* quoted text */
.quot {
	font-family: monospace, fixed;
}

/* thumb style for tables */
.thumb {
	clear: right;
	float: right;
	position: relative;
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc;
	width: auto;
	margin: 3px 0px 3px 5px;
}

/* style for texts in thumb */
.thumbtext {
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc;
	margin: 0px 3px 3px 3px;
	padding: 3px;
}

/* envelope style for tables */
.envelope {
	font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc;
	margin-bottom: 9px;
}

/* container style for images */
.container {
	border: 1px solid #e9e9e9;
	background-color: #fcfcfc;
	margin: 3px 0px 3px 5px;
}
