/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	font-size:12px;
}

td.tabHead {
	width:33%;
	height:23px;
	text-align:center;
	background:url(images/homepage/tabhead.gif);
	color:#cccccc;
	border-top:1px solid #d6d7d8;
	border-bottom:1px solid #9b9b9c;
}

td.tabHeadSelect {
	width:34%;
	height:23px;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	color:#d06f49;
	background:url(images/homepage/tabheadselect2.gif);
	border-left:1px solid #9b9b9c;
	border-right:1px solid #9b9b9c;
	border-top:1px solid #9b9b9c;
}

td.newsHead {
	font-size:12px;
	font-weight:bold;
	color:#124e8c;
	padding:3px;
	height:22px;
	background:url(images/homepage/fadebg1.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}

td.newsText {
	padding:4px;
	font-size:12px;
	line-height:17px;
	color:#424040;
	width:464px;
	vertical-align:top;
}

a.tabLink {
color:#5a579e;
text-decoration:none;
font-size:12px;
}

a.tabLink:hover {
color:#5a579e;
text-decoration:underline;
font-size:12px;
}

a.tabLink:visited {
color:#5a579e;
text-decoration:none;
font-size:12px;
}

a.tabLink:visited:hover {
color:#5a579e;
text-decoration:underline;
font-size:12px;
}
