body, td, th, text, .text, input, select, textarea, text, p, li, a {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 10px;
	line-height: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a {
	color: #0066CC;
	text-decoration: none;
}

input, select, textarea {
	line-height: normal;
}

/*********************************
 Top Main
*********************************/
table.topMain {
	width: 768px;
	height: 110px;
	margin-top: 14px;
	text-align: left;
}
td.topMainLeft {
	width: 161px;
	height: 110px;
	background: url('top-left.gif') no-repeat;
}
td.topMainCenter {
	width: 409px;
	height: 110px;
	background: url('top-defaultmid.jpg') no-repeat;
}
td.topMainRight {
	width: 198px;
	height: 110px;
	background: url('top-right.gif') no-repeat;
	color: #FFF;
}
td.topMainRight td, td.topMainRight td a {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	color: #FFF;
}



/*********************************
 Top Bar
*********************************/
table.topBar {
	width: 768px;
	height: 27px;
	margin-bottom: 20px;
	background: url('top-bar.gif') no-repeat;
	text-align: left;
}
td.topBarLeft {
	vertical-align: top;
	text-align: left;
	padding-top: 6px;
}
td.topBarRight {
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
}
table.topBar span, table.topBar a {
	font-size: 9px;
	line-height: normal;
}
img.topBarIcon {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
td.topBarRight a {
}


/*********************************
 Main
*********************************/
table.main {
	width: 768px;
	text-align: left;
}
td.mainLeft {
	width: 161px;
	vertical-align: top;
}
td.mainCenter {
	width: 355px;
	vertical-align: top;
}
td.mainCenterWide {
	width: 580px;
	vertical-align: top;
}
td.mainRight {
	width: 198px;
	vertical-align: top;
}
td.mainSpace {
	width: 27px;
}

/*********************************
 Main Center Content
*********************************/
div.mainCenterContent {
	margin-bottom: 14px;
}

/*********************************
 Main Left & Right Content
*********************************/
table.mainLeftContainer {
	width: 161px;
}
table.mainRightContainer {
	width: 198px;
}

td.mainLeftContainerTop {
	width: 161px;
	height: 25px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background: url('left-container-top.gif') no-repeat;
}
td.mainRightContainerTop {
	width: 198px;
	height: 25px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background: url('right-container-top.gif') no-repeat;
}
td.mainRightContainerTopRSS {
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
td.mainLeftContainerTop div, td.mainRightContainerTop div {
	padding-top: 3px;
	padding-left: 10px;
}

td.mainLeftContainerContent, td.mainRightContainerContent {
	background: #E4EDF8;
}
td.mainRightContainerContent div.cc {
	width: 180px;
	padding: 3px 0px 3px 7px;
}

td.mainLeftContainerBottom, td.mainRightContainerBottom {
	height: 14px;
}

/*********************************
 Bottom Bar
*********************************/
div.bottomBar {
	width: 768px;
	height: 26px;
	background: url('bottom-bar.gif') no-repeat;
}

/*********************************
 List Styles
*********************************/
table.listTableRed, table.listTableYellow {
	width: 100%;
}
table.listTableRed td.listTableLeft, table.listTableYellow td.listTableLeft {
	width: 14px;
}

table.listTableRed td.listTableLeft {
	background: url('arrow-red.gif') left top no-repeat;
}
table.listTableYellow td.listTableLeft {
	background: url('arrow-yellow.gif') left top no-repeat;
}

/*********************************
 Blue box
*********************************/
div.bbTop1, div.bbTop2, div.bbTop3 {
	width: 100%;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}
div.bbMid1, div.bbMid2, div.bbMid3 {
	width: 100%
}
div.bbTop1 {
	background: url('bb-border.gif') left top repeat-x;
	background-color: #E5EDF8;
}
div.bbTop2 {
	background: url('bb-top-left.gif') left top no-repeat;
}
div.bbTop3 {
	background: url('bb-top-right.gif') right top no-repeat;
}
div.bbMid1 {
	background: url('bb-border.gif') left top repeat-y;
	background-color: #E5EDF8;
	margin-bottom: 10px;
}
div.bbMid2 {
	background: url('bb-border.gif') right top repeat-y;
}
div.bbMid3 {
	background: url('bb-border.gif') left bottom repeat-x;
}

/*********************************
 Search box on news page
*********************************/

td.searchBoxCell {
	padding: 0px 0px 10px 10px;
}

/* Other */
div.contentDivider, div.contentDividerDark {
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	margin: 3px 0px;
}
div.contentDivider {
	background: url('divider-bg.gif') left top repeat-x;
}
div.contentDividerDark {
	background: url('divider2-bg.gif') left top repeat-x;
}

.contentHeader, .contentHeader a, .XHeader, .XHeader a {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 5px 0px 0px;
}
thead.contentTableHeader {
	font-weight: bold;
}
tbody.contentTableBody {
	
}
.contentText {
	padding: 0px 0px 10px;
}
