/* CSS Document */

body {
	background-color:#dce2e5;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:hover{
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;}
	
a:link{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;}
	
a:visited{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;}
	
a.txt:hover{
	color: #3D5F6F;
	font-weight:bold;
	text-decoration: underline;}
	
a.txt:link{
	color: #3D5F6F;
	font-weight:bold;
	text-decoration: none;}
	
a.txt:visited{
	color: #3D5F6F;
	font-weight:bold;
	text-decoration: none;}

.gray_border{  
	border: #c7d1d6; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; }
	
.gray_border2{ 
	border: #82a0ae; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; }

.style1 {
	color: #3d5f6f;
	font-weight: bold;
}