BODY, TD {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
}

A {
	color: #006633;
	text-decoration: underline;
	font-style : italic;
}

.leftmenu  {
	font-size : 13px;
	font-weight: bold;
	color: #D9FBED;
	margin-bottom: 15px;
}
.leftmenu_selected  {
	font-size : 13px;
	font-weight: bold;
	color: #FFFF00;
	margin-bottom: 15px;
}
a.leftmenu, a.leftmenu_selected {
	text-decoration: none;
	font-style : normal;
}
a.leftmenu:hover, a.leftmenu_selected:hover {
	color: #FFFF00;
}

.title_section {
	font-size : 14px;
	font-weight : bold;
	color: #006633;
}
a.title_section {
	text-decoration: none;
	font-style : normal;
}
a.title_section:hover {
	color: #122D1C;
	text-decoration: underline;
}

.section_link {
	font-weight : bold;
	color: #006633;
}
a.section_link {
	text-decoration: none;
	font-style : normal;
}
a.section_link:hover {
	color: #122D1C;
}

.navbar {
	font-weight : bold;
	color: #006633;
}
a.navbar {
	text-decoration: none;
	font-style : normal;
}
a.navbar:hover {
	color: #122D1C;
}
.navbar_off {
	font-weight : bold;
	color: #122D1C;
}

.text_green {
	font-weight : bold;
	color: #006633;
}

.text_green_normal {
	color: #006633;
}

.doc_title {
	font-size : 14px;
	font-weight : bold;
	color: Black;
}

INPUT.text_field	{
	color: #006633;
	border: #E4E4E4 1px solid;
	width: 200px;
	background: url(/images/bg_form.jpg) no-repeat left top; 
	height: 22px;
}