/* CSS Document */

body {
	background-color: #ffffff;
	padding: 15px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
	color: #66cc66;
}

h1, h2, h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-style: italic;
	color: #000000;
}

b {
	color: #000000;
}

blockquote {
	margin: 15px;
}

div.right {
	margin-left: 10px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

div.left {
	margin-left: auto;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10;
	float: left;
	clear: both;
}


.body_copy {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: justify;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.nav_link {
	color: #ffffff;
	font-size: 7pt;
	font-family: Helvetica, Arial, san-serif;
	letter-spacing: 0.05em;
}

.nav_link:hover {
	color: #66cc66;
	font-size: 7pt;
	font-family: Helvetica, Arial, san-serif;
	text-decoration: underline;
	letter-spacing: 0.05em;
}

.nav_active {
	color: #999999;
	font-size: 7pt;
	font-family: Helvetica, Arial, san-serif;
	letter-spacing: 0.05em;
}

.copy_link, .copy_link:link , .copy_link:visited, .copy_link:active {
	color: #66cc66;
	text-decoration: none;
}

.copy_link:hover {
	color: #66cc66;
	text-decoration: underline;
}

.box_header {
	color: #ffffff;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.box_copy {
	color: #333333;
	font-size: 9pt;
	font-family: Garamond, Times New Roman, Times;
}

.footer {
	font-size: 8pt;
	font-family: Helvetica, san-serif;
}

.old_price {
	color: #999999;
	text-decoration: line-through;
}

.new_price {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}