body.master{
  background-image: url("/media_lib/images/background.gif");
  background-repeat: x-repeat; /*no-tiling background*/
	background-attachment: fixed;
}
body.inside{
  background-color: #FFFFFF;
}
.borderedtbl{
  border: 1px solid #CFCFCF;
  background-color: #FFFFFF;
}
.contentback{
  background-image: url("/media_lib/images/content_back.jpg");
  background-repeat: no-repeat;
}
.listback{
  background-image: url("/media_lib/images/list_back.jpg");
  background-repeat: x-repeat;
}
.coldivider{
  background-image: url("/media_lib/images/col_divider.gif");
  background-repeat: y-repeat;
}
.whatsnew{
  background-image: url("/media_lib/images/whatsnew_header.gif");
  background-repeat: repeat;
}

.contenttbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
a.backlink, a:link.backlink, a:visited.backlink, a:hover.backlink, a:active.backlink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
a.readmore, a:link.readmore, a:visited.readmore, a:hover.readmore, a:active.readmore{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4d808a;
	font-weight: bold;
	text-decoration: underline;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
color: #4d808a;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}

.news_title {
	color: #4d808a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.news_subtitle {
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4D808A;
	margin-top: 20px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	line-height: 1.2em;
}

