.text {
	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.text a{
	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color: #3b7bb9;
/* 	background-color: #666666; */
	background-attachment: fixed;
/* swop for blue_bgd: background-image: url(images/bgd.jpg); */
	background-image: url(images/blue_bgd_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.bgd {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/faded.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.white {
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: none;
}

.black {
	font-family: tahoma;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}


.footer {
	font-family: tahoma;
	font-size: 10px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a{
	font-family: tahoma;
	font-size: 10px;
	line-height: 30px;
	color: #FFFFFF;
}

li {
	font-size: 12px;
	color: #000000;
	list-style-image: url(images/bullet.gif);
}

a.link:link,a.link:active,
a.link:visited{
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dotted #5E5D7C;
	background-color: #666666;
}

a.link:hover
{
	color: #FFFFFF;
	background-color: #000000;
}

.imgrt {float:right}

.imgrt1 {float:right; margin-left:10px;}

