﻿@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	height:100%;
	border:none
}

p, td, li, body, text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #898989;
	line-height:1.4;
}

p, span{
	text-align:justify;
}

h1.pageTitle {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:1.75em;
	color: #6eb43f;
	text-transform:uppercase;
	font-style:italic;
	font-weight: bold;
}

.justify {
	text-align:justify;
}

a {
	color: #6eb43f;
	text-decoration:none;
	font-weight: bold;
}

.greenheader {
	font-weight: bold;
	color:#006c68;
	text-decoration:none;
}

.date {
	color: #414141;
	font-weight: bold;
}

.greeninfobox {
	padding: 15px;
	color: white;
	font-size:7pt;
}

.greeninfobox p {
	color:white;
	font-size:7.5pt;
}

.qdn_item {
	background-color: #354545;
	padding: 0 15px;
	color:white;
}

.qdn_item:HOVER {
	background-color: #536161;
}
