@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #f0f9fd;
}
a:link {
	color: #2a3441;
	font-weight:bold;
text-decoration:underline;
}
a:visited {
	color: #2a3441;
		font-weight:bold;
text-decoration:underline;
}
a:hover {
	color: #8bb813;
		font-weight:bold;
		text-decoration:underline;
}
a:active {
	color: #2a3441;
		font-weight:bold;
text-decoration:underline;
}

a.normal:link, a.normal:visited
{
	color: #ffffff;
	text-decoration: none;	
	font-weight:normal;
}

a.normal:hover
{
	color: #ff5400;
	text-decoration: none;
	font-weight:normal;	
}

.contetntitle
{
font-size:22px;
font-weight:bold;
padding-left:15px;
}
.contetntitle2
{
font-size:16px;
font-weight:bold;
	text-decoration: underline;
}



.list_table tr {
	background-color:#FFFFFF;
}
.list_table tr.d {
	background-color:#FFFFFF;
}
.list_table tr:hover, .list_table tr.hovered {
	background-color:#e0e1e1;
}
a.greenlink:link, a.greenlink:visited
{
	color: #8bb813;
	text-decoration: underline;
	font-weight:bold;
}

a.greenlink:hover
{
	color: #2a3441;
	text-decoration: underline;
	font-weight:bold;
}

a.orangelink:link, a.orangelink:visited
{
	color: #ff5400;
	text-decoration: underline;
	font-weight:bold;
}

a.orangelink:hover
{
	color: #2a3441;
	text-decoration: underline;
	font-weight:bold;
}
a.top:link, a.top:visited
{
	color: #2a3441;
	text-decoration: none;	
	font-weight:bold;
}

a.top:hover
{
	color: #8bb813;
	text-decoration: underline;
	font-weight:bold;
}

.greentext{
color:#8bb813;
font-size:16px;
font-weight:bold;
}

.ltbdr100 {
	border: 1px solid #cccccc;
}

#upmenu {
	position: absolute;
	z-index: 76;
	height: 193px;
	width: 100%;
}
#upmenubg {
	position: relative;
	z-index: 50;
	
	width: 100%;
	
	float: right;	
}

.textalign
{
text-align:justify;
}

.whitetext{
color:#ffffff;
}