﻿body, html
{
	margin: 0px;
	padding: 0px;
}
a
{
	color: Black;
}
a img
{
	border-style: none;
}
table
{
	font-family: tahoma;
	font-size: 13px;
	color: black;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
}

form, p
{
	font-family: tahoma;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input, textarea
{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

td, tr
{
	vertical-align: top;
	text-align: left;
}


.title
{
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.text
{
	font-family: tahoma;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
.text:hover
{
	text-decoration: underline;
}
.subtitle
{
	font-family: tahoma;
	font-size: 11px;
	color: #5C7564;
	text-decoration: none;
	font-weight: bold;
}

.dateTitle
{
	font-family: tahoma;
	font-size: 11px;
	color: #DD904B;
}

.greenLink
{
	font-family: tahoma;
	font-size: 10px;
	color: #5C7564;
	text-decoration: underlinee;
	font-weight: bold;
}
.greenLink:hover
{
	text-decoration: none;
}
.orangeLink
{
	font-family: tahoma;
	font-size: 10px;
	color: #DD904B;
	text-decoration: underline;
	font-weight: bold;
}
.orangeLink:hover
{
	text-decoration: none;
}
.x1
{
	font-family: tahoma;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}
.x1:hover
{
	text-decoration: none;
}
.x2
{
	font-family: tahoma;
	font-size: 13px;
	color: Black;
	text-decoration: underline;
}
.x2:hover
{
	text-decoration: none;
}
.copyright
{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
.newsletter
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.caption
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}

top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 271;
}

tr.main
{
	position: absolute;
	top: 271px;
	width: 100%;
	bottom: 0;
	right: 0;
	overflow: auto;
	height: auto;
}

thead.main
{
	position: absolute;
	top: 271px;
	width: 100%;
	bottom: 0;
	right: 0;
	overflow: auto;
	height: auto;
}

bottom
{
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	right: 0;
	overflow: auto;
	height: auto;
}

.topLine
{
	border-top: dotted 1px gray;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

