/* layout */

table#content_newsindex {
}

table#content_newsindex td#col_title {
	height: 70px;
	vertical-align: top;
}

table#content_newsindex td.col_newsindexpic {
	width: 110px;
	vertical-align: top;
}

table#content_newsindex td.col_newsindexpic img {
	width: 110px;
}

table#content_newsindex td.col_newsindexcopy {
	width: 590px;
	vertical-align: top;
	padding-left: 20px;
}

table#content_newsindex td.col_newsindexcopy h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}

table#content_newsindex td.col_newsindexcopy h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

table#content_newsindex td.col_newsindexcopy h1 a:hover {
	color: #999999;
}

table#content_newsindex td.col_newsindexcopy p {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #CCCCCC;
	font-size: 12px;
}

a.button {
	display: block;
	height: 20px;
	width: 100px;
	background-attachment: scroll;
	background-image: url(/img/img_misc/button_bkg_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

a.button:hover {
	background-attachment: scroll;
	background-image: url(/img/img_misc/button_bkg_1.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
}

.newsindexdate {
	color: #CCCCCC;
	font-weight: normal;
}

table#content_newsindex td.col_newsindexdivider {
	height: 21px;
	background-image: url(/img/img_misc/divider_horz.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

