.intro {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.pages {
	background-image: url(../images/bkg.jpg);
}
.intro_tbl {
	height: 100%;
	width: 100%;
	}
.intro_menu {
	background-image: url(../images/intro_logo.jpg);
	width: 161px;
	background-repeat: repeat-y;
	height: 114px;
}

.main_table {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	background-color: White;
	width: 780px;
}
.copy {
	font-size: 12px;
	text-align: center;
}
gen_table {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.menu {
	background-image: url(../images/menu_bkg.jpg);
	padding: 2px 2px 2px 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: none;
	font: bold;
	color: White;
}
.whtfont {
	color: White;
	text-decoration: none;
	font-weight: bold;
}


.int {
	background-image: url(../images/int_bkg.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}
.title {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.title2 {
	font-weight: bold;
	font-size: 16px;
	color: Teal;
}
.cont {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 16px;
}
.header1 {
	font-size: 24px;
	font-weight: bold;
	background-image: url(../images/logo.jpg);
	margin-bottom: 5px;
	margin-right: 5px;
	height: 114px;
	width: 390px;
	color: Teal;
}
.header2 {
	background-image: url(../images/hdr_img.jpg);
	margin-bottom: 5px;
	margin-right: 5px;
	height: 114px;
	width: 390px;
}
ul {
	font-size: 16px;
}
li {
	font-size: 16px;
}



/* NEWS FEED CONTROLS

/* border table for feed news */
.fd_bordertable { 
	padding: 0; 
	width: 150px;
	background-image: url(../images/int_bkg.jpg);
	background-repeat: repeat-y;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0;  background-image: url(../images/int_bkg.jpg);  background-repeat: repeat-y;  }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	font-family: "Times New Roman", Times, serif; font-size: 12px;
	background-image: url(../images/int_bkg.jpg);
	background-repeat: repeat-y;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: blue; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: none }

.email {
	font-weight: bold;
	font-size: 12px;
	color: Teal;
	text-decoration: none;
}