BODY {
	background-color: #eaeaea;
	color: #595959;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Tahoma, Sans-Serif;
     }
A {
	color: #878787;
	text-decoration: none;
  }
A:HOVER {
	color: #00B2FD;
	text-decoration: underline;
        }
.header {
	width: 770px;
	height: 127px;
	padding: 0px;
	border-bottom: 1px SOLID #a8a8a8;
	text-align:center;
	background: url('images/header.gif') no-repeat center;
        }
.leftcolumn {
	width: 184px;
	background-image: url('images/nav_bg.gif');
        }
.leftcolumnlink {
	font-weight: bold;
	margin-left: 18px;
	font-size: 12px;
             }
.sectionhead {
	background-image: url('images/section_head_bg.gif');
	background-repeat: no-repeat;
	width: 184px;
	padding-top: 13px;
	margin-bottom: -13px;
	height: 38px;
              }
.sectionheadtext {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
                   }
.bigsectionhead {
	background-image: url('images/big_section_head_bg.gif');
	background-repeat: no-repeat;
	width: 576px;
	padding-top: 16px;
	margin-bottom: -16px;
	height: 44px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
              }
.content {
	width: 576px;
	background-image: url('images/content_bg.gif');
         }
.contenttext {
	font-size: 12px;
	padding-left: 12px;
	padding-top: 3px;
	margin: 10px;
             }
.pagefooter {
	background-image: url('images/footer_bg.gif');
	width: 760px;
	height: 30px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px SOLID #FFFFFF;
        }
.footerlink {
	color: #FFFFFF;
             }

a.main {
	color: #00B2FD;
	text-decoration: none;
  }
a.main:HOVER {
	color: #00B2FD;
	text-decoration: underline;
        }