BODY {
	background-image: url(im/bgr.jpg);
	background-repeat: no-repeat;
	background-color: #336799;
}
A {
  color: #333333;
  text-decoration: underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3D4E62;
}
.link a:link {
	color: #3D4E62;
	text-decoration:  none;
} 
.link a:visited {
	color: #3D4E62;
	text-decoration: none;
} 
.link a:hover {
	color: #333333;
	text-decoration: none ;
} 	
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B5881;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #527672;
	font-weight: bold;
}
.bgr {
	background-color: #FFFFFF;
	background-image: url(im/cbgr.jpg);
	background-repeat: repeat-x;
}
.brd {
	border-top: 2px solid #2F5B88;
	border-right: 2px solid #2F5B88;
	border-bottom: 0px solid;
	border-left: 2px solid #2F5B88;
}
.nks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.nks  a:link {
	color: #FFFFFF;
	text-decoration:  none;
} 
.nks  a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
.nks  a:hover {
	color: #cccccc;
	text-decoration: none ;
}
.wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B69164;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A5780;
}
.gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

