/* CSS Document */
body {
	padding-top: 20px;

}
#left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	padding: 10px 3px 5px 12px;
	text-align:justify;
}

.hd {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.quot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D6477;
	font-style: normal;

}

.brd {	background-color: #333333; }

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D6477;
	text-transform: lowercase;
}

a:link    { color: #2D8295; text-decoration: underline; }
a:visited { color: #2D8295; text-decoration: underline; }
a:hover   { color: #940A24; text-decoration: none; }
a:active  { color: #2D8295; text-decoration: underline; }

a.keywords {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0D6477;
	text-decoration: none;
	text-transform:uppercase;
}
a.keywords:hover {
	text-decoration: none;
}
