body {
	background: url(../images/bg.gif) repeat-x #00C0FF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing: 1px;
	color: #00498D;
	text-align: left;
}
body a {
	font-size: 11px;
	color: #00498D;
	font-weight: bold;
	}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #00498D;
}
body a:hover {
	text-decoration: underline;
	color: #00498D;
}
body a:active {
	text-decoration: none;
}
table.main {
	border-bottom: 1px solid #59A0CD;
	background: url(../images/bgmain.gif);
}

td.intro {
	background-image:url(../images/bg_topleft.gif);
	margin: 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

td.rightcolumn {
	background-image:url(../images/bg_columnright.gif);
	margin: 0px;
	padding: 20px 20px 0px 20px;
	text-align: left;
	border-bottom: 1px solid #59A0CD;
	line-height: 18px;
}

td.bgthumbs {
	background:url(../images/bg_thumbs.gif) no-repeat;
}


table.thumbs1 {
	margin-top: 20px;
	text-align: left;
}

.thumbs {
	border: 1px solid #1C75A9;
}
.padding20 {
	padding: 0px 20px 20px 20px;
}

p.textright {
	padding: 0px 0px 0px 20px;
}

a.bottomlink {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 16px 0px 0px 0px;
	width: 656px;
	height: 37px;
	background-image:url(../images/bg_bottomlink.gif);
	border: 1px solid #1C75A9;
	display: block;
	text-decoration: none;
}

a.bottomlink:hover {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 16px 0px 0px 0px;
	width: 656px;
	height: 37px;
	background-image:url(../images/bg_bottomlink_over.gif);
	border: 1px solid #1C75A9;
	display: block;
	text-decoration: underline;
}



