/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bgmain.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#E2E2E2;
}
a:visited, a:link, a:active
{
	color: #58595b;
	text-decoration: none;
}

a:hover
{
	color: #fe8503;
	text-decoration: underline;
}

a:visited.top, a:link.top, a:active.top
{
	color: #fdb74b;
	text-decoration: none;
}
p{
line-height: 18px; color: #333333;
 font-family: veranda, arial, helvetica, sans-serif;
  font-size:12px;
margin-bottom:0px;
 


}
td{
line-height: 18px; color: #333333;
 font-family: veranda, arial, helvetica, sans-serif;
  font-size:12px;

}
li{
line-height: 18px; color: #333333;
 font-family: veranda, arial, helvetica, sans-serif;
  font-size:12px;
list-style-position:outside;
margin-left:20px;
}

.txtmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.txtmenu a{
	text-decoration:none;
	color:#000000;
}
.txtmenu a:hover{
	color:#003D7E;
	font-weight:bold;
}
.blueline{
	background-color:#003D7E;
	height:8px;
}
.txttitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003D7E;
	height:25px;
	font-weight:bold;
	text-transform: uppercase;
}
.leftbarline{
	border-right:1px solid #EEEEEE;
}
.bgbody{
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
}

.bordergrey{
	border:1px solid #EAEAEA;
}