body {
	background-color: #809ead;
	background-image: url(../images/leabkgde.jpg);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #305C74;
	text-decoration: none;
}

/* borders */
.border {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.border2 {
	border: 1px solid #CCCCCC;
}

/*thumbnails */
.thumbnail_bgd {
	background-color: #81A185;
	background-image:  url("../images/thumbnail_bgd.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbnail_bgd_blue {

	background-color: #9AB3BA;
	background-image:  url("../images/thumbnail_bgd_blue.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbnail_bgd_ltgreen {
	background-color: #ADBEAE;
	background-image:  url("../images/thumbnail_bgd_ltgreen.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbnail_bgd_beige {
	background-color: #E7E3D3;
	background-image:  url("../images/thumbnail_bgd_beige.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* padding */
.padding5 {
	padding: 5px;
}


.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


li {
	margin-left: -25px;
}
.fadebgd {
	background-image: url(../images/bluefade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
