html, body
{
	margin: 0px;
	height: 100%;
}

body
{
	background-color: #455B3F; /* #A4DB95 #E4FBD5 #B4EBA5 #E0F0E0 */
	background-image: url(../gfx/bgfade.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 9pt;
}

table
{
	/* Equals cellspacing="0" */
	border-collapse: collapse;
}

thead tr th
{
	background-color: #308020;
	/*padding:  10px 10px;*/
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #333;
	text-transform: uppercase;
	text-align:left;
}


table td, table th
{
	/* Equals cellpadding="0" */
	padding: 0;
}

tr.odd
{
	background-color: #e0f8d0;
}

tr.even
{
	background-color: #FBFDF6;
}

a
{
	color: #308020;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#LogoLink
{
	margin-left: 12px;
	color: #000;
	text-decoration: none;
}

.TopMenuItem
{
	height: 30px;
	display: block;
	background-image: url(../gfx/topmenu-bg.png);
	background-repeat: repeat-x;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #fff; /* #c0d0f0 #000 */
}

.TopMenuItem:hover
{
	text-decoration: none;
	color: #000;
}

.TopMenuItemText
{
	padding: 5px 25px 0px 25px; /* 5px 15px 0px 15px */
	display: block;
}

a.SubMenuItem
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: black;
	background-color: Transparent;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

a.SubMenuItem:hover
{
	color: black;
	background-color: #e0f8d0; /* #308020 */
}

.Content
{
	font-family: Lucida Sans Unicode;
	font-size: 9pt;
	font-weight: normal;
}

h1, h2, h3
{
	padding: 0px;
	margin: 12px 0 12px 0;
}

h1
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	font-family: Lucida Sans Unicode;
	font-size: 14px;
	font-weight: normal;
	color: #205010;
}

h3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

h4
{
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	font-weight: normal;
	color: #205010;
}

.LeftColumn
{
	float: left;
	width: 340px;
	padding-right: 20px;
}

.RightColumn
{
	float: left;
	width: 340px;
	padding-left: 20px;
}

.RightBox
{
	float: right;
	margin: 10px;
	padding: 5px;
	border: 1px solid #cdcdcd;
	width: 250px;
	background-color: #ebf9e7; /* #F0FFE0 */
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ddd;
}

.Path
{
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.PathLink
{
	color: #676767;
	text-decoration: none;
	font-weight: bold;
}

.PathLink:hover
{
	text-decoration: underline;
}

.SelectedNewsItem
{
	background-color: #e0f8d0;
}

/* This is used to avoid IE stupidity when rendering very small table cells */
.NoText
{
	font-size: 0px;
}

.SideBarPicture
{
	border: 1px solid #cdcdcd;
}

input, textarea
{
	font-family: Lucida Sans Unicode;
	font-size: 9pt;
	font-weight: normal;
}

