@charset "utf-8";
/* CSS Document */

body {
	background-color: #47677F;
}

body,td,th {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B304D;
}

a:link {
	color: #1B304D;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #1B304D;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #d45006;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #bcbbbb;
	text-decoration: none;
	font-weight:bold;
}
a.normal:link, a.normal:visited
{
	color: #ffffff;
	text-decoration: none;	
	font-weight:normal;
}

a.normal:hover
{
	color: #1B304D;
	text-decoration: none;
	font-weight:normal;	
}

.contetntitle
{
font-size:22px;
}
.contetntitle2
{
font-size:16px;
font-style:italic;
font-weight:bold;
}



.list_table tr {
	background-color:#FFFFFF;
}
.list_table tr.d {
	background-color:#FFFFFF;
}
.list_table tr:hover, .list_table tr.hovered {
	background-color:#f0f9fd;
}
a.orangelink:link, a.orangelink:visited
{
	color: #d45006;
	text-decoration: underline;
	font-weight:bold;
}

a.orangelink:hover
{
	color: #1B304D;
	text-decoration: underline;
	font-weight:bold;
}
a.top:link, a.top:visited
{
	color: #ffffff;
	text-decoration: none;	
	font-weight:bold;
}

a.top:hover
{
	color: #F0F7EF;
	text-decoration: underline;
	font-weight:bold;
}

.whitetext{
color:#FFFFFF;
}

.ltbdr100 {
	border: 1px solid #CCCCCC;
}

.textalign
{
text-align:justify;
}