@charset "UTF-8";
/* CSS Document */

.linktext { font-size: 12pt;  }

.linksTable {
	border: 3px double #999999;
	width: 800px;
}
.linksTable td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: top;
	text-align: center;
	padding: 8px;
}


#leftNav {
	width: 10px !important;
	background-color: inherit;
	display: inline;
}
 #mainContent {
	
	margin-left: 8px;
}

#globalHeader {
	margin-left: auto;
	margin-right: auto;
	width:650px;
}



.linkTitle {
	font-weight: bold;
}

.linkCell {
}

.tableTitle{
	font-size: 18px;
	font-weight: bold;
}


